Vijayendra commited on
Commit
2df1474
·
verified ·
1 Parent(s): c266894

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,8 +31,8 @@ from huggingface_hub import hf_hub_download
31
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
32
  print(f'Using device: {device}')
33
 
34
- # Define your Hugging Face username and repository names
35
- username = "Vijayendra" # Replace with your actual Hugging Face username
36
  model_name_epoch_125 = "QST-CIFAR10-Epoch125"
37
  model_name_best = "QST-CIFAR10-BestModel"
38
 
 
31
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
32
  print(f'Using device: {device}')
33
 
34
+ # Define Hugging Face username and repository names
35
+ username = "Vijayendra"
36
  model_name_epoch_125 = "QST-CIFAR10-Epoch125"
37
  model_name_best = "QST-CIFAR10-BestModel"
38