clementchadebec commited on
Commit
fc3bf0c
1 Parent(s): 773c404

Uploading Adversarial_AE in clementchadebec/reproduced_aae

Browse files
Files changed (7) hide show
  1. README.md +13 -0
  2. decoder.pkl +3 -0
  3. discriminator.pkl +3 -0
  4. encoder.pkl +3 -0
  5. environment.json +1 -0
  6. model.pt +3 -0
  7. model_config.json +1 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - pythae
5
+ license: apache-2.0
6
+ ---
7
+
8
+ ### Downloading this model from the Hub
9
+ This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
10
+ ```python
11
+ >>> from pythae.models import AutoModel
12
+ >>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
13
+ ```
decoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bacacebf5fd5441ca3d2cd3b9f4a2e97f04ac5637d5df06a7f45206c07744a0b
3
+ size 85921500
discriminator.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871e4bcdf01fd85529bf929b3b611745462d972e8d71b0a0dbe40c1d82d8e117
3
+ size 3294399
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2680cb85a74aa9a2511635268b3e4cd6b1c4b9c1279d7a812c636e7b076fa027
3
+ size 52507508
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.7"}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65facb0a3484c94da15a45bb0823e2060db04021073134614c2dd0ff1ff79a96
3
+ size 141709596
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "Adversarial_AE_Config", "input_dim": [3, 64, 64], "latent_dim": 64, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "mse", "adversarial_loss_scale": 0.5, "uses_default_discriminator": false, "discriminator_input_dim": null}