GSTT-CSC / project-template

Template for new projects
0 stars 0 forks source link

typo/error in README about config.cfg #10

Closed hshuaib90 closed 2 years ago

hshuaib90 commented 3 years ago

The README says that the main entry point means that: in this case main runs the command python3 main.py

but shouldn't that be:

in this case main runs the command python3 train.py ?

since the config.cfg file has: main = python3 train.py