我已经根据Christopher Hesses的pix2pix-tensorflow
应用程序https://github.com/affinelayer/pix2pix-tensorflow
当我尝试导出它时,在编写manifest.json时会引发以下错误:
Traceback <most recent call last>:
File "server/tools/export-checkpoint.py", line 102, in <module>
main()
File "server/tools/export-checkpoint.py", line 64, in <module>
with open>os.path.join>tmp_dir, value["filename"]), "rb") as f:
OSError: [Errno 22] Invalid argument: 'C:\\Users\\...\\AppData\\Local\\Temo\\tmp8q_z2rx\\generator_decoder_8_batch_normalization_gamma'
我正在使用Windows,并且正在Anaconda Prompt中执行。
如何最好地解决此问题?
我使用的命令是:
python server/tools/export-checkpoint.py --checkpoint cars_export --output_file cars_BtoA.pict
最好,C