Closed borgesa closed 6 years ago
Hi @victoresque ,
I added three get functions:
These replace the 'import *' instances in 'train.py' and makes the code easier to read.
Further, the update aligns better with the 'best practice' of Flake8 rule F405.
Let me know if you believe I should update/change something.
Hi @victoresque ,
I added three get functions:
These replace the 'import *' instances in 'train.py' and makes the code easier to read.
Further, the update aligns better with the 'best practice' of Flake8 rule F405.
Let me know if you believe I should update/change something.