mltu
mltu copied to clipboard
Error unexpected keyword argument 'workers'
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, in