-
Where can I find pre-trained AlexNet for imagenet?
Thank you
-
Hi,
train_val_script.py first generates a complete list of rec, prec, mAP for different values of radius, and then a final set of metrics:
i2i_after_sign
i2i_prec_radius_2
i2i_by_feature
i2…
-
I found it is due to:
In DeepHash/model/dch/dch.py, line 140
`lr = tf.train.exponential_decay(self.lr, global_step, self.decay_step, self.lr, staircase=True)`
I think the second learning rate `s…
-
您好,我运行代码的时候出现了一个错误:OSError: Failed to interpret file 'models/reference_pretrain.npy' as a pickle,请问这个问题该怎么解决呢?
-
你好,我在run train.py的时候出现一个错误,poch: 1
Traceback (most recent call last):
File "", line 1, in
File "D:\tk2018\lib\multiprocessing\spawn.py", line 106, in spawn_main
exitcode = _main(fd)
Fi…
-
-
-
In DeepHash/model/dch/__init__.py , if method train return model.save_dir, which is a directory but not a model file. And then method validation use its returned value, so that it can't find the model…
-
where is `data/cifar10/train.txt`?
How can I just use it for inference?
How can I replace it with my own component(e.g., to replace AlexNet) ?
-
Hello, I found that this paper deals with single-label datasets,do you know if this paper can process multi-label datasets?