KichangKim / DeepDanbooru

AI based multi-label girl image classification system, implemented by using TensorFlow.
MIT License
2.58k stars 258 forks source link

ValueError: The `save_format` argument is deprecated in Keras 3. Please remove this argument and pass a file path with either `.keras` or `.h5` extension.Received: save_format=h5 #105

Closed Asmedeus998 closed 1 month ago

Asmedeus998 commented 1 month ago

I get following error when I run this command: deepdanbooru train-project [your_project_folder]

KichangKim commented 1 month ago

What version of your tensorflow? DeepDanbooru does not tested on the latest tensorflow. Try it with old (2.7.0) tensorflow.

Asmedeus998 commented 1 month ago

yes need to run with python3.7