Thank you for open-sourcing the codebase. I was trying to test your algorithm with the option deblurnet and I face the following error :
Traceback (most recent call last):
File "runner.py", line 56, in <module>
main()
File "runner.py", line 53, in main
bulid_net(cfg)
File "/home/DAVANet/core/build.py", line 106, in bulid_net
init_epoch = checkpoint['epoch_idx']+1
KeyError: 'epoch_idx'
Hello,
Thank you for open-sourcing the codebase. I was trying to test your algorithm with the option
deblurnet
and I face the following error :Can you help fix this? Much appreciated !