weichen582 / Unsupervised-Visual-Recognition-by-Solving-Arbitrary-Puzzles

Tensorflow implementation for this paper.
MIT License
22 stars 2 forks source link

'JPSModel' can not iterable #2

Open qbgbmpty opened 4 years ago

qbgbmpty commented 4 years ago

when I run eval_puzzle_alexnet.sh, it shows 「'JPSModel' object is not iterable」, and I didn't see iter() and next() function in the model.py. Am I missing something?