ctr26 commited on
Commit
539b8c8
·
verified ·
1 Parent(s): 3d8c058

Uploading VQVAE in bioimagearchive/resnet50_vqvae-idr0093

Browse files
Files changed (6) hide show
  1. README.md +13 -0
  2. decoder.pkl +3 -0
  3. encoder.pkl +3 -0
  4. environment.json +1 -0
  5. model.pt +3 -0
  6. 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:9e538f323e78b4b8cc5556e454d8c2524c056d8d20bebff190712eff1b456da1
3
+ size 126005999
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15e977d15eb607339da9106097ffa970c14e3a579b323866da6b63316a14c0d
3
+ size 197147589
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.9"}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028545cf09ff0d1627b3bca2e5d29548d3e8d752a7e10bcfc28a70b648421bf8
3
+ size 348778909
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "VQVAEConfig", "input_dim": [3, 224, 224], "latent_dim": 12544, "uses_default_encoder": false, "uses_default_decoder": false, "commitment_loss_factor": 0.25, "quantization_loss_factor": 1.0, "num_embeddings": 512, "use_ema": false, "decay": 0.99}