SathwikTejaswi / deep-ranking

Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi scale architecture combined with a triplet loss to create a neural network that is able to perform image search. This repository is a simplified implementation of the same
MIT License
81 stars 17 forks source link

No such file or directory #3

Closed kashyap32 closed 5 years ago

kashyap32 commented 5 years ago

I can't run train_embedding.pr or model.py. It throws me error - No such file or directory: 'modelresnewnew3.ckpt'

SathwikTejaswi commented 5 years ago

@kashyap32 that is the path to the pretrained weights. Just comment the line where model weights are being loaded and it should work!