Browse Source

typo fix

tags/v1.0.0alpha
yhcc 3 years ago
parent
commit
21b7b58793
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      fastNLP/core/drivers/torch_driver/torch_driver.py

+ 0
- 2
fastNLP/core/drivers/torch_driver/torch_driver.py View File

@@ -4,8 +4,6 @@ from functools import partial
import numpy as np
import random
from dataclasses import dataclass

from py import process
from fastNLP.envs.imports import _NEED_IMPORT_TORCH
from pathlib import Path
if _NEED_IMPORT_TORCH:


Loading…
Cancel
Save