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

How to test model? #22

Closed
riverhell opened this issue Apr 26, 2018 · 4 comments
Closed

How to test model? #22

riverhell opened this issue Apr 26, 2018 · 4 comments

Comments

@riverhell
Copy link

There is no test.py, can you provide it ?

@sunnyl95
Copy link

demo.py is the test.py

@changsyuyang
Copy link

i have question how to eval my test data?

@gmt710
Copy link

gmt710 commented Aug 2, 2018

@sunnyl95 I run the demo.py,get an error like that "absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'net'. Did you mean: network ?"

@gmt710
Copy link

gmt710 commented Aug 2, 2018

@sunnyl95 ok,I see somebody in page two have solved this problem by this.
just change tf.app.flags.DEFINE_string('network', "vgg16", "The network to be used as backbone") to tf.app.flags.DEFINE_string('net', "vgg16", "The network to be used as backbone") in file \lib\config\config.py

@dBeker dBeker closed this as completed Apr 2, 2019
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

5 participants