Spaces:
Sleeping
Sleeping
Commit
·
de1112e
1
Parent(s):
9c7e03a
updated readme and pytorch version
Browse files- README.md +2 -1
- gradio/title.md +1 -1
README.md
CHANGED
@@ -120,7 +120,8 @@ python scripts/pla_net_inference.py \
|
|
120 |
|
121 |
## Models
|
122 |
|
123 |
-
You can download the pre-trained models from [Hugging Face](https://huggingface.co/juliocesar-io/PLA-Net).
|
|
|
124 |
## Training
|
125 |
|
126 |
To train each of the components of our method: LM, LM+Advs, LMPM and PLA-Net please refer to planet.sh file and run the desired models.
|
|
|
120 |
|
121 |
## Models
|
122 |
|
123 |
+
You can download the pre-trained models from the [Hugging Face Model Card](https://huggingface.co/juliocesar-io/PLA-Net/tree/main/checkpoints).
|
124 |
+
|
125 |
## Training
|
126 |
|
127 |
To train each of the components of our method: LM, LM+Advs, LMPM and PLA-Net please refer to planet.sh file and run the desired models.
|
gradio/title.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<br>
|
7 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
8 |
<a href="#"><img src="https://img.shields.io/static/v1?label=11.6&message=CUDA&color=green"></a>  
|
9 |
-
<a href="#"><img src="https://img.shields.io/static/v1?label=1.
|
10 |
<a href="https://github.com/juliocesar-io/PLA-Net"><img src="https://img.shields.io/static/v1?logo=github&label=Github&message=Fork"></a>
|
11 |
</div>
|
12 |
<br>
|
|
|
6 |
<br>
|
7 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
8 |
<a href="#"><img src="https://img.shields.io/static/v1?label=11.6&message=CUDA&color=green"></a>  
|
9 |
+
<a href="#"><img src="https://img.shields.io/static/v1?label=1.13.1&message=Pytorch&color=red"></a>  
|
10 |
<a href="https://github.com/juliocesar-io/PLA-Net"><img src="https://img.shields.io/static/v1?logo=github&label=Github&message=Fork"></a>
|
11 |
</div>
|
12 |
<br>
|