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 am trying this great template and noticed some inconsistencies with references to train.py / src/train.py in the Readme file.
I assume the train script has been moved to the src/ folder at a later stage.
In my previous projects, I used to have the train and eval scripts at the root of the directory.
However, I get the design choice, that you seem to want to have all python files in the src/ folder.
I will draft a PR to adjust all references from train.py to src/train.py.
I also noticed that the screenshot from the config overview refers to a not existing run.py script.
The text was updated successfully, but these errors were encountered:
I am trying this great template and noticed some inconsistencies with references to
train.py
/src/train.py
in the Readme file.I assume the train script has been moved to the
src/
folder at a later stage.In my previous projects, I used to have the train and eval scripts at the root of the directory.
However, I get the design choice, that you seem to want to have all python files in the
src/
folder.I will draft a PR to adjust all references from
train.py
tosrc/train.py
.I also noticed that the screenshot from the config overview refers to a not existing
run.py
script.The text was updated successfully, but these errors were encountered: