xthan / polyvore

Code for ACM MM'17 paper "Learning Fashion Compatibility with Bidirectional LSTMs"
Apache License 2.0
158 stars 70 forks source link

FailedPreconditionError #21

Closed 1314wang closed 4 years ago

1314wang commented 4 years ago

Hello! I am studying your code and trying to reproduce the model. I would like to ask you, do I need the Inception V3 checkpoint model when running the run_inference.py file? Because I keep getting errors when running the program, the error is as follows:

tensorflow.python.framework.errors_impl.FailedPreconditionError: Attempting to use uninitialized 
value InceptionV3/Mixed_7b/Branch_3/Conv2d_0b_1x1/weights
[[{{node InceptionV3/Mixed_7b/Branch_3/Conv2d_0b_1x1/weights/read}}]]

Disturb you while busy, I hope you can help me answer. Thank you !