KichangKim / DeepDanbooru

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

The `save_format` argument is deprecated in Keras 3 #106

Closed aryanshukla06 closed 1 week ago

aryanshukla06 commented 1 month ago

I have been getting the below error when I run the train-project command

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

image

KichangKim commented 1 month ago

This is known issue #105 . Some dependencies (like tensorflow-io package) are not supported on latest Python. I'll fix this when all of dependencies are released for latest Python. Until then, use old-version.

KichangKim commented 1 week ago

Fixed by 98d9315ab702e177de706825f9cee981c9afb928.