fast-style-transfer-coreml icon indicating copy to clipboard operation
fast-style-transfer-coreml copied to clipboard

Results 3 fast-style-transfer-coreml issues
Sort by recently updated
recently updated
newest added

Import your CoreML and run iOS code, it has this issue:

when I frozen pb file from 6.7M to 1.7M,then run tf_converter.conver, error info as : Traceback (most recent call last): File "/Users/icarus/Documents/icarusCode/Python/neural-style-transfer/fast-style-transfer-coreml-master/fast_style_transfer/convert_graph/convert.py", line 5, in image_input_names = ['img_placeholder__0']) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/tfcoreml/_tf_coreml_converter.py",...

So I changed the code to avoid the crash caused by trying to store every models in memory. I get weird outputs : - wave gives a green background -...