aliahmad22419
Results
1
issues of
aliahmad22419
`model.fit( train_data_provider, validation_data=val_data_provider, epochs=configs.train_epochs, callbacks=[earlystopper, checkpoint, trainLogger, reduceLROnPlat, tb_callback, model2onnx], workers=configs.train_workers )` as soon as i try to fit the model i got the following Error: File "/Users/abc/Python/mltu/Tutorials/02_captcha_to_text/train_model_with_new_data.py", line 121,...