Skip to content

Errors in training #66

@antithing

Description

@antithing

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions