got over 99%

This commit is contained in:
2024-05-15 00:04:21 +02:00
commit c51fde324f
16 changed files with 245 additions and 0 deletions

3
test.py Normal file
View File

@@ -0,0 +1,3 @@
import torch
print(f"number of GPUs: {torch.cuda.device_count()}")
print([torch.cuda.get_device_name(i) for i in range(torch.cuda.device_count())])