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
train_dataset = '' # Give the location to training dataset here
test_dataset = '' # Give the location to testing dataset here
model_save_loc = '' # Give the location to where the model will save
logs_save_loc = '' # Give the location to where the the training and evaluation logs will save
model_last_state = '' # Give the location to where the last state of the model is saved. If there is none, keep it blank
model_last_state_epoch = 0 # The epoch of the latest saved model. Initial value of greater than 0, will prompt training script to look for previous saved model