Closed hshuaib90 closed 2 years ago
The README says that the main entry point means that: in this case main runs the command python3 main.py
main
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 ?
in this case main runs the command python3 train.py
since the config.cfg file has: main = python3 train.py
main = python3 train.py
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