PolySnake
PolySnake copied to clipboard
训练的代码问题
想请问作者: if batch is not None and 'test' not in batch['meta']:
if not self.training: 这两段代码下是训练代码和测试代码吗?
是的