JeremyMolineau
JeremyMolineau
I met the same problem and the install of ipywidgets==8.0.0 solved it. Thank you @MKCarter
Hello, The .npz file has been created. The split_data process has finished. I'm encountering a new problem during the model_training step with this output: ValueError: The filepath provided must end...
It works with ".keras" instead of ".hdf5" I encountered a small problem with 3 parameters in keras_utils.py in the fit() (max_queue_size=20, workers=1 & use_multiprocessing=False). They were not recognized as parameters....
Thank you for your prompt reply. I'm encountering an error when converting the Keras model to ONNX. TypeError: Unable to reconstruct an instance of 'partial' because the class lacks a...
You'll find the error message in the image below. What is the best way to share the model I've trained based on the USPTO? Thank you for your help. 
You are right, the versions of tensorflow (2.16.2) & keras (3.0.5) in my environment are different from the poetry.lock file. This explains many of the problems I encountered in training...