There is an error in DnCNN-master\TrainingCodes\dncnn_keras\main_train.py
File "main_train.py", line 69
x = BatchNormalization(axis=3, momentum=0.0,epsilon=0.0001, name = 'bn'+str(layer_count))(x)
^
TabError: inconsistent use of tabs and spaces in indentation
Just python indentation error. Could you fix the code?
There is an error in DnCNN-master\TrainingCodes\dncnn_keras\main_train.py
File "main_train.py", line 69 x = BatchNormalization(axis=3, momentum=0.0,epsilon=0.0001, name = 'bn'+str(layer_count))(x) ^ TabError: inconsistent use of tabs and spaces in indentation
Just python indentation error. Could you fix the code?