Closed xmubingo closed 7 years ago
hi wanji, thanks for sharing code with us, and the code is very professional and clear.
# get the MNIST dataset ./data/mnist/get_data.sh ===>get_mnist.sh
# get the MNIST dataset ./data/mnist/get_data.sh
#import ipdb ipdb is not very commonly used.
#import ipdb
3.in generate_triplet.py line 83: if pos != label: ===> if pos != qry:
thanks.
fixed, thanks
hi wanji, thanks for sharing code with us, and the code is very professional and clear.
# get the MNIST dataset ./data/mnist/get_data.sh
===>get_mnist.sh#import ipdb
ipdb is not very commonly used.3.in generate_triplet.py line 83: if pos != label: ===> if pos != qry:
thanks.