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
80 stars 17 forks source link

raise Exception('Data must be 1-dimensional') Exception: Data must be 1-dimensional #5

Open hodaatef opened 5 years ago

hodaatef commented 5 years ago

why this error appear in run test_accuracy.py?? please help me

SathwikTejaswi commented 5 years ago

Please let me know which line the error points to, so that I can help you with the error!