This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
test_get_padder添加jittor标签
tags/v1.0.0alpha
x54-729
2 years ago
parent
dc90c0cd26
commit
dd83e0b2c7
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/core/collators/padders/test_get_padder.py
+ 1
- 0
tests/core/collators/padders/test_get_padder.py
View File
@@ -17,6 +17,7 @@ def test_get_element_shape_dtype():
@pytest.mark.parametrize('backend', ['raw', None, 'numpy', 'torch', 'jittor', 'paddle'])
@pytest.mark.parametrize('backend', ['raw', None, 'numpy', 'torch', 'jittor', 'paddle'])
@pytest.mark.torch
@pytest.mark.torch
@pytest.mark.paddle
@pytest.mark.paddle
@pytest.mark.jittor
def test_get_padder_run(backend):
def test_get_padder_run(backend):
if not _NEED_IMPORT_TORCH and backend == 'torch':
if not _NEED_IMPORT_TORCH and backend == 'torch':
pytest.skip("No torch")
pytest.skip("No torch")
Write
Preview
Loading…
Cancel
Save