tensorfreitas / Siamese-Networks-for-One-Shot-Learning

Implementation of Siamese Neural Networks for One-shot Image Recognition
601 stars 180 forks source link

Correct weight path error issue #4

Closed NokiaDDT closed 5 years ago

NokiaDDT commented 5 years ago

The file path should not ".models/siamese_net_lr10e-4.h5", it should be "./models/siamese_net_lr10e-4.h5" or "models/siamese_net_lr10e-4.h5"

tensorfreitas commented 5 years ago

Thanks for spotting the typo! Merged