Hi! I'm getting the same error here.
I've already pulled the changes for the compatibility with Tensorflow r1.0. But I'm getting this error:
Traceback (most recent call last):
File "facenet_train_classifier.py", line 461, in <module>
main(parse_arguments(sys.argv[1:]))
File "facenet_train_classifier.py", line 122, in main
for filename in tf.unpack(filenames):
AttributeError: 'module' object has no attribute 'unpack'
Any ideas to fix this? Thanks!
tf.pack and tf.unpack are deprecated in favor of tf.stack and tf.unstack.
@stringmoon Should I just change the tf.unpack to unstack then?
If you're still encountering this error please clone the new version of facenet.