jtshushu
jtshushu
aic
Hello, how to solve the problem?Is there any good solution?
(py36) E:\koutu\on_web\sketch-code\src>python convert_single_image.py --png_path ../examples/drawn_example1.png --output_folder ./generated_html --model_json_file ../bin/model_json.json --model_weights_file ../bin/weights.h5 Using TensorFlow backend. Traceback (most recent call last): File "convert_single_image.py", line 53, in main() File "convert_single_image.py", line 49, in...
(py36) E:\koutu\pix2code-xin\pix2code-master\model>python ./build_datasets.py ../datasets/ios/all_data Splitting datasets, training samples: 1499.142857142857, evaluation samples: 249.85714285714286 Traceback (most recent call last): File "./build_datasets.py", line 79, in assert len(eval_set) == evaluation_samples_number AssertionError Why does such...