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
(nnUnetV2) [kxw@gpu02 nnformer]$ CUDA_VISIBLE_DEVICES=1 nnFormer_train 3d_fullres nnFormerTrainerV2_nnformer_crc Task005_Crc 0
###############################################
I am running the following nnFormer: 3d_fullres
My trainer class is: <class 'nnformer.training.network_training.nnFormerTrainerV2_nnformer_crc.nnFormerTrainerV2_nnformer_crc'>
For that I will be using the following configuration:
Traceback (most recent call last):
File "/home/kxw/.local/bin/nnFormer_train", line 33, in
sys.exit(load_entry_point('nnformer', 'console_scripts', 'nnFormer_train')())
File "/nas/kxw/nnFormerFrame/nnFormer/nnformer/run/run_training.py", line 152, in main
trainer_class = get_default_configuration(network, task, network_trainer, plans_identifier)
File "/nas/kxw/nnFormerFrame/nnFormer/nnformer/run/default_configuration.py", line 107, in get_default_configuration
summarize_plans(plans_file)
File "/nas/kxw/nnFormerFrame/nnFormer/nnformer/experiment_planning/summarize_plans.py", line 21, in summarize_plans
plans = load_pickle(file)
File "/home/kxw/.local/lib/python3.9/site-packages/batchgenerators/utilities/file_and_folder_operations.py", line 50, in load_pickle
a = pickle.load(f)
EOFError: Ran out of input
The text was updated successfully, but these errors were encountered:
(nnUnetV2) [kxw@gpu02 nnformer]$ CUDA_VISIBLE_DEVICES=1 nnFormer_train 3d_fullres nnFormerTrainerV2_nnformer_crc Task005_Crc 0
###############################################
I am running the following nnFormer: 3d_fullres
My trainer class is: <class 'nnformer.training.network_training.nnFormerTrainerV2_nnformer_crc.nnFormerTrainerV2_nnformer_crc'>
For that I will be using the following configuration:
Traceback (most recent call last):
File "/home/kxw/.local/bin/nnFormer_train", line 33, in
sys.exit(load_entry_point('nnformer', 'console_scripts', 'nnFormer_train')())
File "/nas/kxw/nnFormerFrame/nnFormer/nnformer/run/run_training.py", line 152, in main
trainer_class = get_default_configuration(network, task, network_trainer, plans_identifier)
File "/nas/kxw/nnFormerFrame/nnFormer/nnformer/run/default_configuration.py", line 107, in get_default_configuration
summarize_plans(plans_file)
File "/nas/kxw/nnFormerFrame/nnFormer/nnformer/experiment_planning/summarize_plans.py", line 21, in summarize_plans
plans = load_pickle(file)
File "/home/kxw/.local/lib/python3.9/site-packages/batchgenerators/utilities/file_and_folder_operations.py", line 50, in load_pickle
a = pickle.load(f)
EOFError: Ran out of input
The text was updated successfully, but these errors were encountered: