DeblurGAN
DeblurGAN copied to clipboard
got an unexpected keyword argument 'track_running_stats'
Was facing this issue https://github.com/KupynOrest/DeblurGAN/issues/143
which lead to:
AttributeError: 'SingleDataset' object has no attribute 'A_paths'
following the suggestion in this issue:
https://github.com/KupynOrest/DeblurGAN/issues/137
added updates to files specified here:
https://github.com/KupynOrest/DeblurGAN/pull/138/files
which now gives me:
Opt.nThreads = 1
dataset [SingleImageDataset] was created
CustomDatasetDataLoader
Traceback (most recent call last):
File "test.py", line 21, in
hi,do you solve the problem? TypeError: init() got an unexpected keyword argument 'track_running_stats' i also have a same error,can you help me, thank you very much.