hanzhaoml / MDAN

Demo code for the MDAN paper.
117 stars 19 forks source link

Experiment on MNIST Dataset #5

Open SanaAwan5 opened 4 years ago

SanaAwan5 commented 4 years ago

Hi,

I am getting the following error when trying to run the code with the default settings in config file for MNIST dataset: ValueError: Cannot feed value of shape (48, 32, 32, 3) for Tensor u'feature:0', which has shape '(256, 32, 32, 3)' Can somebody please help? Also can you confirm version of Python, PyTorch and tensorflow-gpu used?

Thanks!

ttyan commented 4 years ago

I solved this problem while setting max_data_num=None in config file but result is around 20%.

SanaAwan5 commented 4 years ago

Thanks for your reply, ttyan. I will try that.