Testing VAE until it works - v1

This commit is contained in:
Johnny Fernandes
2026-05-02 13:24:17 +01:00
parent ec8d4ae336
commit 1bed6f0d70
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -6,5 +6,6 @@
"subsample": 1.0,
"sample_interval": 10,
"fid_interval": 25,
"fid_n_real": 5000
"fid_n_real": 5000,
"num_workers": 2
}