This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
typo fix
tags/v1.0.0alpha
yhcc
3 years ago
parent
281ffc3b91
commit
21b7b58793
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save