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
while implementing the project, I encountered an issue. It appears that the 'configs' directory is missing a file named 'job_configs.py', which is referenced in 'runners/train.py'. Due to this, when attempting to run the training script with the following command:
ImportError: cannot import name 'job_configs' from 'configs' (unknown location)
Could you please advise on how this issue can be resolved? Is there an updated version of the 'configs' directory that includes the 'job_configs.py' file, or is there an alternative approach to bypass this error?
Activity
Demfier commentedon Mar 14, 2024
@Flora-Chai, you can set job scheduler flag to 0 (so replace
-j 1
in that command with-j 0
). Hope that helps!