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
Thanks for your interest in our work! Can you do conda list and share your pytorch lightning and pytorch versions here. They should match the ones mentioned here
Hi, I had some problem in training:
"trainer=pl.Trainer(..)" in net_train.py, the keyword "max_nb_epochs" "early_stop_callback" "checkpoint_callback" are not expected.
" samples_per_epoch = len(train_ds.list())" in net_train.py will get 0? "train_ds" is the data_path.
The text was updated successfully, but these errors were encountered: