DeepHash
DeepHash copied to clipboard
ValueError: Cannot feed value of shape (128, 0) for Tensor Placeholder_1:0, which has shape (?, 10)
When i try to train dch with train_val_script.py and its default args i get the following error:
Traceback (most recent call last):
File "train_val_script.py", line 61, in
The dataset i use is the cifar10. Any ideas what is going wrong ? thanks
Hi, did you find the solution to this error? I had the same error coming up when running "train_val_script.py"