This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix spelling errors, ncn -> ncnn. (
#4665
)
tags/20230517
Yukie
GitHub
3 years ago
parent
ae1e73f14a
commit
3a64083756
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/pnnx/tests/ncnn/test_torch_bmm.py
+1
-1
tools/pnnx/tests/ncnn/test_vit_b_32.py
+ 1
- 1
tools/pnnx/tests/ncnn/test_torch_bmm.py
View File
@@ -42,7 +42,7 @@ def test():
import os
os.system("../../src/pnnx test_torch_bmm.pt inputshape=[10,23,14],[10,14,5]")
# ncn inference
# ncn
n
inference
import test_torch_bmm_ncnn
b = test_torch_bmm_ncnn.test_inference()
+ 1
- 1
tools/pnnx/tests/ncnn/test_vit_b_32.py
View File
@@ -40,7 +40,7 @@ def test():
import os
os.system("../../src/pnnx test_vit_b_32.pt inputshape=[1,3,224,224]")
# ncn inference
# ncn
n
inference
import test_vit_b_32_ncnn
b = test_vit_b_32_ncnn.test_inference()
Write
Preview
Loading…
Cancel
Save