Open hoangthangta opened 2 years ago
Hello, I am looking for a way to save the best train accuracy. The only thing I saw in the training process is this line:
model = train_bert_multitask( problem = problem, num_epochs = EPOCHS, problem_type_dict = problem_type_dict, processing_fn_dict = processing_fn_dict, continue_training = False, params = params )
How to intervene to the training loop?
You should use callbacks.
callbacks
Hello, I am looking for a way to save the best train accuracy. The only thing I saw in the training process is this line:
How to intervene to the training loop?