Vahid Sadiri Javadi

Results 1 comments of Vahid Sadiri Javadi

I think I could find the issue. In the config.py, you assigned `remove_model = True` ``` class TrainConfig(Config): def __init__(self, max_seq_length=128, train_batch_size=32, learning_rate=3e-5, run=10, eval_batch_size=32, remove_model=True, num_train_epochs=8, fp16=True, do_lower_case=True, adam_epsilon=1e-8,...