-
May I know your specific parameters in NUS_ Wide?I use your library's parameters to run out the result is only 0.8188 using resnet model and 64 bit hash code in NUS_ Wide dataset
-
Hi! Thanks very much for your codes.
I had some questions about the data provided in this repo. The nus-wide dataset downloaded from this [link ](https://drive.google.com/drive/folders/0B7IzDz-4yH_HO…
-
The current dsd-dmr master (7bf1bcb9...) appears to be unbuildable as committed.
Initially I received an error from make regarding line 16 of the Makefile beginning with four spaces instead of a tab.…
-
树哥你好,我把网络换了resnet50,发现还真的只有RMSprop的结果能正常一点点,Adam和SGD好像没法正常更新。Any insight on this?仅是讨论哈哈,不是Issue。
-
_Tested on the 11.1.2 release._
I shouldn't have waited until an official release to test DSDHacked sounds and sprites again, sorry. I _will_ do it this time around.
For each DSDHacked sound def…
-
DSDH那个模型我个人觉得有问题,应该是一个epoch后更新全部的B,而不是一个batch更新一次
-
请问下NUSWIDE数据集下,这两行的写法是不是有误?正确的写法应该是:
```python
query_index = perm_index[:num_query]
train_index = perm_index[num_query:num_query+num_train]
```
https://github.com/TreezzZ/DSDH_PyTorch/blob/4c1f5a…
-
I tried running "train.py", and the following error occurred:
Unrecognized arguments,[--lr lr] [--momentum M] [--epoch times] [--bits BTS] etc.
Please help me with it.