This website works better with JavaScript
Home
Explore
Help
Sign In
vehicle-network-crowdsourcing
/
fuzz-scene-sim-test
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
test
ysyyhhh
1 year ago
parent
b7d07df223
commit
00746e72bf
2 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
BIN
FuzzScene.zip
4
0
FuzzScene/test_gpu.py
BIN
FuzzScene.zip
View File
+ 4
- 0
FuzzScene/test_gpu.py
View File
@@ -0,0 +1,4 @@
+
+
# 测试是否有gpu
+
import
torch
+print(torch.cuda.is_available())