Currently, the trained model and training log will be deposited in a "files" directory without absolute path. This can cause the location to float depending on which directory the train.py code was called from, and the settings of the IDE.
Fix by binding the output location to be derived from the location of the train.py file.
Currently, the trained model and training log will be deposited in a "files" directory without absolute path. This can cause the location to float depending on which directory the train.py code was called from, and the settings of the IDE.
Fix by binding the output location to be derived from the location of the train.py file.