This PR renames the file train.py to training.py in order to improve clarity and consistency in the project's file naming conventions. The content of the file remains unchanged.
Summary
Renamed file train.py to training.py.
No changes were made to the content of the file.
Fixes #192.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/rename-train-to-training_6
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR renames the file
train.py
totraining.py
in order to improve clarity and consistency in the project's file naming conventions. The content of the file remains unchanged.Summary
train.py
totraining.py
.Fixes #192.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.