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
Tree:
2d86206a05
Branches
Tags
master
fuzz-scene-s...
/
FuzzScene
/
test_gpu.py
test_gpu.py
67 B
History
Raw
1
2
3
4
# 测试是否有gpu
import torch
print(torch.cuda.is_available())