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
I never tested my library with Windows and there seem to be some issues with that. Unfortunately, I do not have the time to look into this in detail. Would you have some time to debug it a little bit? Maybe I could help you to fix it and everyone would benefit from that.
Traceback (most recent call last):
File "main.py", line 13, in
from evaluation import ranking_and_hits
File "D:\github\ConvE\evaluation.py", line 9, in
log = Logger('evaluation{0}.py.txt'.format(datetime.datetime.now()))
File "d:\github\conve\src\spodernet\spodernet\utils\logger.py", line 64, in init
self.f = open(path, write_type)
OSError: [Errno 22] Invalid argument: 'C:\Users\11840\.data\log_files\evaluation2019-12-25 23:46:51.964885.py.txt'
Exception ignored in: <function Logger.del at 0x000002A0E5EE6CA8>
Traceback (most recent call last):
File "d:\github\conve\src\spodernet\spodernet\utils\logger.py", line 71, in del
self.f.close()
AttributeError: 'Logger' object has no attribute 'f'
(py_37)
The text was updated successfully, but these errors were encountered: