Any ideas? I just ran the notebook in google colab and didn't change any cells
Edit: managed to solve this by replacing "filepath" with "dirpath" and "prefix" with "filename" but then another error occured in the second the cell after that:
TypeError: __init__() got an unexpected keyword argument 'early_stop_callback'
Which probably still comes from the train_params or the checkpoint_callback.
Hi, I wanted to reproduce the Paraphrase.ipynb colab notebook but I get some errors in the fine-tuning section with PAWS-X dataset
creates this error:
Any ideas? I just ran the notebook in google colab and didn't change any cells
Edit: managed to solve this by replacing "filepath" with "dirpath" and "prefix" with "filename" but then another error occured in the second the cell after that:
TypeError: __init__() got an unexpected keyword argument 'early_stop_callback'
Which probably still comes from the train_params or the checkpoint_callback.