Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training error :EOFError: Ran out of input #123

Open
Topicking opened this issue Aug 10, 2023 · 0 comments
Open

Training error :EOFError: Ran out of input #123

Topicking opened this issue Aug 10, 2023 · 0 comments

Comments

@Topicking
Copy link

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant