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
hi,
After training how to save the checkpoints, the best model is saved in the lightning logs folder, but I want to save manually. trainer =estimator.train(dataset, cache_data=True, shuffle_buffer_length=1000)
hi,
After training how to save the checkpoints, the best model is saved in the lightning logs folder, but I want to save manually.
trainer =estimator.train(dataset, cache_data=True, shuffle_buffer_length=1000)