update: experiments on CIFAR10

This commit is contained in:
2026-02-05 15:01:27 +08:00
parent 9966697a7d
commit 06cc14c47a
10 changed files with 317 additions and 233 deletions

3
cudatest.py Normal file
View File

@@ -0,0 +1,3 @@
import torch
print(torch.cuda.is_available())