PEP8 compliance?
RadZaeem opened this issue · 1 comments
RadZaeem commented
I notice sometimes snake_case, sometimes mixedCase are used for class methods
def on_end_epoch(state):
mlog.printMeter(mode="Train", iepoch=state['epoch'])
mlog.resetMeter(mode="Train", iepoch=state['epoch'])
WIll tnt codebase 100% comply with PEP8?
szagoruyko commented
thanks for pointing it out, meter logger was merged recently, the rest of tnt should be fine.