This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
vehicle-network-crowdsourcing
/
fuzz-scene-sim-test
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
test
ysyyhhh
hace 1 año
padre
b7d07df223
commit
00746e72bf
Se han
modificado 2 ficheros
con
4 adiciones
y
0 borrados
Unificar vista
Mostrar estadísticas de diff
BIN
FuzzScene.zip
4
0
FuzzScene/test_gpu.py
BIN
FuzzScene.zip
Ver fichero
+ 4
- 0
FuzzScene/test_gpu.py
Ver fichero
@@ -0,0 +1,4 @@
+
+# 测试是否有gpu
+import torch
+print(torch.cuda.is_available())