You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: