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

Segfault when bps = 14 but not when bps = 16 #47

Open
andrewyguo opened this issue Nov 7, 2024 · 0 comments
Open

Segfault when bps = 14 but not when bps = 16 #47

andrewyguo opened this issue Nov 7, 2024 · 0 comments

Comments

@andrewyguo
Copy link

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%|████████      
  
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