Hey, I wanted to ask which would be the best way to save model config data? After training it only saves weights and not the model config data itself. I tried changing it in callbacks.py "save_weights_only=False", but it did not work. Are there any other ways how to deal with this? Thank you in advance!
Hey, I wanted to ask which would be the best way to save model config data? After training it only saves weights and not the model config data itself. I tried changing it in callbacks.py "save_weights_only=False", but it did not work. Are there any other ways how to deal with this? Thank you in advance!