yinggo
yinggo
I refer this https://github.com/theblackcat102/keras-cat-gan, solve the problem. it has preprocess_cat_dataset.py and requirements-gpu.txt if "Could not find a version that satisfies the requirement pkg-resources==0.0.0",just remove pkg-resources==0.0.0, and `python3 preprocess_cat_dataset.py` for .sh...
@pangsu0613 I train with the code, but the eval result is very low. Plz help to check my log.txt [log.txt](https://gist.github.com/yinggo/4482c87c16cd38a92f9c36454104448f), How can I train to get the high accuracy model?...
@pangsu0613 thanks for your advice. I did not install second. I evaluate the pretrained model, it also get low accuracy: ``` Predict_test: False sparse_shape: [ 41 1600 1408] num_class is...
@pangsu0613 It well solved my problem. Thanks! Now I can get the same result as you present above. I unzipped the files with the 'second_model' folder. Actually, the files should...