Open LEEWARDCODER opened 3 years ago
python evaluate.py --checkpoint C:\Users\hasee\fast-style-transfer\examples\style\la_muse.ckpt --in-path C:\Users\hasee\fast-style-transfer\examples\content\chicago.jpg --out-path C:\Users\hasee\fast-style-transfer\examples\results\chicago.jpg
above line is the input script
@tandage any progress on this?
For anyone else with this issue this solved it for me
Add tf.compat.v1.disable_v2_behavior()
before the tensorflow GPU session creation in optimize.py
hi, when I get the env ready and type in the script
python evaluate.py --checkpoint C:\Users\hasee\fast-style-transfer\examples\style\la_muse.ckpt --in-path C:\Users\hasee\fast-style-transfer\examples\content\chicago.jpg --out-path C:\Users\hasee\fast-style-transfer\examples\result\chicago.jpg
, it thorws some errors.I have no idea where is wrong, and how to fix