Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Did you successfully run the file "validate_on_lfw.py" #1

Open
pluie opened this issue Jul 10, 2018 · 3 comments
Open

Did you successfully run the file "validate_on_lfw.py" #1

pluie opened this issue Jul 10, 2018 · 3 comments

Comments

@pluie
Copy link

pluie commented Jul 10, 2018

I got problem when run it. Sad...
ValueError: Input 0 of node cross_entropy_per_example/Shape was passed int32 from batch_join:1 incompatible with expected int64.

@sumenpuyuan
Copy link

Hi!I have encountered a problem similar to yours, the error is TypeError: Cannot convert a tensor of type int32 to an input of type int64, and finally I solved the problem, I hope to help you.
The solution is because using a model that is too old leads to incompatibility, using the latest model.

@boyliwensheng
Copy link
Owner

目前还没有,最近比较忙,等我有空看一下

@alouhaha
Copy link

alouhaha commented Oct 12, 2018

parser.add_argument('--lfw_pairs', type=str,
      help='The file containing the pairs to use for validation.', default='data/pairs.txt')

This code in "validate_on_lfw.py" line 84.Here need file /facenet/data/pairs.txt , and not find here,you can find in https://github.com/davidsandberg/facenet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants