simplified ResNet, expanded README with throughput and performance

This commit is contained in:
Sarthak Yadav
2023-12-14 09:05:04 +01:00
parent 12ad979ac8
commit a3c0343b31
5 changed files with 56 additions and 36 deletions

View File

@@ -36,4 +36,4 @@ def get_cifar10(batch_size, root=None):
num_tr_steps_per_epoch = num_tr_samples // batch_size
num_test_steps_per_epoch = num_test_samples // batch_size
return tr_iter, test_iter, num_tr_steps_per_epoch, num_test_steps_per_epoch
return tr_iter, test_iter