CrossEntropyLoss () # 训练 if __name__ == '__main__': for epoch in range(EPOCH): for step, (t_data, t_label) in enumerate(trainLoader): ...
確定! 回上一頁