XenonLamb / StructKPN

Pytorch Implementation of "Low-dose CT Denosing Using a Structure-Preserving Kernel Prediction Network"
7 stars 0 forks source link

hash_table function is not defined #5

Open chengyu0910 opened 2 years ago

chengyu0910 commented 2 years ago

Can you explain how to generate grads npy data file and where is the hash_table defined? I can't find the hash_table function definition!

XenonLamb commented 2 years ago

You can use _compute_grads() in the dataset.py instead. Thank you!

chengyu0910 commented 2 years ago

You can use _compute_grads() in the dataset.py instead. Thank you!

ok, let me try. Thanks!