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 Fashion_Test.py? #13

Open
conglin10 opened this issue Mar 22, 2019 · 1 comment
Open

How to test Fashion_Test.py? #13

conglin10 opened this issue Mar 22, 2019 · 1 comment

Comments

@conglin10
Copy link

Thank you for your great job.
I wonder how to test Fashion_Test.py. I download the DeepFashion46.h5 from Release,but I don't konw where to put it. Could you help me?

@yiran-THU
Copy link

yiran-THU commented Apr 9, 2019

@conglin10

去年关注过你,git给我提示的last activity上看到你的issue。
DeepFashion46.h5文件可以放在任意位置,但是你需要在Fashion_Test.py文件的74行下方指定权重路径

# Load trained weights (fill in path to trained weights here)

然后load_weights函数会载入权重,开始测试。
model.load_weights(model_path, by_name=True)

希望能对你有帮助,祝好运。

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

2 participants