Closed SunQpark closed 5 years ago
new_project.py
config.initialize
train.py
super(ClassName, self)
super()
ConfigParser
new_project.py
now checks current directory not to copy wrong directoryconfig.initialize
now takes keyword arguments intrain.py
.super(ClassName, self)
intosuper()
. deleted part is not need in python 3ConfigParser