#156 更新 'train.py'

Merged
WCX merged 1 commits from wcx-patch-4 into main 1 year ago
  1. +1
    -1
      train.py

+ 1
- 1
train.py View File

@@ -15,7 +15,7 @@ import torch#torch库 拥有最多的基础模型
import os
import sys#系统
import numpy as np #numpy库
import yaml
import yaml#输入参数
from tabulate import tabulate
from torch.optim.lr_scheduler import StepLR, ExponentialLR
from warmup_scheduler import GradualWarmupScheduler


Loading…
Cancel
Save