huggingface / naacl_transfer_learning_tutorial

Repository of code for the tutorial on Transfer Learning in NLP held at NAACL 2019 in Minneapolis, MN, USA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argument warmup_duration should be integer, but given 0.025

tegee opened this issue · comments

TypeError: Argument warmup_duration should be integer, but given 0.025

I'm getting the exact same error
using:
python ./pretraining_train.py --dataset_path wikitext-2 --n_epochs=10

with Python 3.9.9