You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run main.py, I get the following error. Can you tell what is possibly wrong?
Traceback (most recent call last):
File "main.py", line 93, in
main(config)
File "main.py", line 35, in main
solver.train()
File "C:\Users\user pc\PycharmProjects\pygan\solver.py", line 126, in train
norm = Normalizer()
File "C:\Users\user pc\PycharmProjects\pygan\utility.py", line 47, in init
self.norm_dict = self.normalizer_dict()
File "C:\Users\user pc\PycharmProjects\pygan\utility.py", line 77, in normalizer_dict
raise Exception('====no match files!====')
Exception: ====no match files!====
The text was updated successfully, but these errors were encountered:
When I run main.py, I get the following error. Can you tell what is possibly wrong?
Traceback (most recent call last):
File "main.py", line 93, in
main(config)
File "main.py", line 35, in main
solver.train()
File "C:\Users\user pc\PycharmProjects\pygan\solver.py", line 126, in train
norm = Normalizer()
File "C:\Users\user pc\PycharmProjects\pygan\utility.py", line 47, in init
self.norm_dict = self.normalizer_dict()
File "C:\Users\user pc\PycharmProjects\pygan\utility.py", line 77, in normalizer_dict
raise Exception('====no match files!====')
Exception: ====no match files!====
The text was updated successfully, but these errors were encountered: