VITA-Group/Orthogonality-in-CNNs

ModuleNotFoundError: No module named 'util'

shqing opened this issue · 1 comments

Hi, when I run Can-we-Gain-More-from-Orthogonality-master\SVHN\train.py, there is an error as follwos:
from util.misc import CSVLogger
ModuleNotFoundError: No module named 'util'.

Is the file of util absent?

You could actually remove/comment out that line, and the related lines in the code. That simply records the training details in a CSV file. That would not affect the functioning of the code.