Uploading VQVAE in bioimagearchive/resnet50_vqvae-idr0093
Browse files- README.md +1 -1
- decoder.pkl +2 -2
- encoder.pkl +2 -2
- model.pt +1 -1
README.md
CHANGED
@@ -9,5 +9,5 @@ license: apache-2.0
|
|
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="
|
13 |
```
|
|
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:999842191c77c8ca4b171aa8007250e223908a0cb87456b1a57b8f04f9015eea
|
3 |
+
size 126006057
|
encoder.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da9867faad485ef9685b3740cff3d240eaeca1538b4b8bc3e80d6f5761efd2c3
|
3 |
+
size 197147621
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 348778909
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc26e98df516d953dc8504c2d3b09020068a24fb0cbedb2e8f91a13e57a35d44
|
3 |
size 348778909
|