We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting a segmentation fault when trying to run with bps = 14. However, this is not happening when bps = 16.
python scripts/image_process.py \ -p experiments/1104_denoise/models/net_g_latest.pth \ --data_path ../low_light_imaging_data/data_5170_1104_20mm/iso204800_s1_00800/images \ --save_path ../low_light_imaging_data/data_5170_1104_20mm/iso204800_s1_00800/denoised_LED \ --led --bps 14 Building network... Loading checkpoint... Loading UNetArch model from experiments/1104_denoise/models/net_g_latest.pth, with param key: [params_deploy]. 0%| | 0/211 [00:00<?, ?it/s]Segmentation fault (core dumped) ~/Documents/LED$ python scripts/image_process.py -p experiments/1104_denoise/models/net_g_latest.pth --data_path ../low_light_imaging_data/data_5170_1104_20mm/iso204800_s1_00800/images --save_path ../low_light_imaging_data/data_5170_1104_20mm/iso204800_s1_00800/denoised_LED --led Building network... Loading checkpoint... Loading UNetArch model from experiments/1104_denoise/models/net_g_latest.pth, with param key: [params_deploy]. 8%|████████
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting a segmentation fault when trying to run with bps = 14. However, this is not happening when bps = 16.
The text was updated successfully, but these errors were encountered: