Arsey/keras-transfer-learning-for-oxford102

AttributeError: 'module' object has no attribute 'save_bottleneck_features'

jshchengcong opened this issue · 2 comments

when I run the file train.py, it turns out the problem like above.
and I have searched online for answers but no useful ones.
So I wonder if you can help me with it.
Thanks a lot!

Arsey commented

@jshchengcong I just did a fix - 9b3086a. The reason can be related with pandas that also have submodule called 'bottleneck'

Thanks!