kursatkomurcu commited on
Commit
e82a860
·
verified ·
1 Parent(s): 52a7508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -192,7 +192,7 @@ from safetensors.torch import safe_open # for loading .safetensors weights
192
  # ---------------------------
193
  # Model & Input Settings
194
  # ---------------------------
195
- model_path = "cycle_gan/G_eurosat_ms.safetensors" # update to your model path
196
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
197
 
198
  # Load your Generator (3→13 channels)
 
192
  # ---------------------------
193
  # Model & Input Settings
194
  # ---------------------------
195
+ model_path = "cycle_gan/G_model.safetensors" # update to your model path
196
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
197
 
198
  # Load your Generator (3→13 channels)