wanji / caffe-sl

caffe for Similarity Learning
Other
83 stars 53 forks source link

some problems when installing #13

Closed xmubingo closed 7 years ago

xmubingo commented 8 years ago

hi wanji, thanks for sharing code with us, and the code is very professional and clear.

  1. in README

# get the MNIST dataset ./data/mnist/get_data.sh ===>get_mnist.sh

  1. in examples/mnist_sl/generate_batch.py

#import ipdb ipdb is not very commonly used.

3.in generate_triplet.py line 83: if pos != label: ===> if pos != qry:

thanks.

wanji commented 7 years ago

fixed, thanks