tristandeleu / ntm-one-shot

One-shot Learning with Memory-Augmented Neural Networks
MIT License
421 stars 94 forks source link

ModuleNotFoundError: No module named 'Images' #18

Closed Tomas-Zvinys closed 6 years ago

Tomas-Zvinys commented 6 years ago

Hello,

I'd like to test your code to better understand how does one-shot learning works. However, I cannot run your code because I don't have and couldn't find the 'Images' package. Thus the fallowing line (at NTM-One-Shot-TF-master\MANN\Utils\Generator.py) throws me a ModuleNotFoundError from Images import get_shuffled_images, time_offset_label, load_transform Could You please give a link where I could get this package or share it, so I could run your code?

Thank You! Kind regards, Tomas

Tomas-Zvinys commented 6 years ago

Oh, sorry - just found it at \MANN\Utils\Images.py.