pytorch_hand_classifier icon indicating copy to clipboard operation
pytorch_hand_classifier copied to clipboard

关于train.model()

Open halacrcrc opened this issue 4 years ago • 0 comments

在utils文件夹里的trainer.py里, self.train.model()是不是应该放在

def _train_one_epoch(self):
        for step, (data, label) in enumerate(self.train_data):

的后面

halacrcrc avatar May 10 '21 04:05 halacrcrc