Improved model
This commit is contained in:
parent
9167ff27d4
commit
60c6c97071
8 changed files with 327 additions and 112 deletions
3
global_train.py
Normal file
3
global_train.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import log
|
||||
|
||||
LOGGER = log.Logger(level="INFO", logfile="training.log", reset_logfile=True)
|
Reference in a new issue