pytorch/tnt

PEP8 compliance?

RadZaeem opened this issue · 1 comments

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?

thanks for pointing it out, meter logger was merged recently, the rest of tnt should be fine.