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
Hi, I am running on windows, and see this error when using train.py:
Traceback (most recent call last):
File "D:\NERF\ROAD\READ-main\train.py", line 507, in <module>
pipeline.create(args)
File "D:\NERF\ROAD\READ-main\READ\pipelines\ogl.py", line 86, in create
self.ds_train, self.ds_val = get_datasets(args)
File "D:\NERF\ROAD\READ-main\READ\datasets\dynamic.py", line 333, in get_datasets
for ds_train, ds_val in pool_out.get():
File "C:\Users\B\AppData\Local\Programs\Python\Python39\lib\multiprocessing\pool.py", line 771, in get
raise self._value
AttributeError: module 'os' has no attribute 'uname'
I cannot find the code that uses this attribute name, where might it be?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I am running on windows, and see this error when using train.py:
I cannot find the code that uses this attribute name, where might it be?
Thanks!
The text was updated successfully, but these errors were encountered: