update
This commit is contained in:
parent
886c883561
commit
b4cf4776f1
13
README.md
13
README.md
@ -34,7 +34,18 @@ python scripts/txt2img.py \
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Traing
|
### Traing
|
||||||
We will update the train code ASAP.
|
Put images of [RSITMD](https://github.com/xiaoyuan1996/AMFMN) in `data/RSITMD/images`, and run with:
|
||||||
|
```commandline
|
||||||
|
python main.py \
|
||||||
|
-t \
|
||||||
|
--base configs/lammbda/RSITMD.yaml \
|
||||||
|
--gpus 1 \
|
||||||
|
--scale_lr False \
|
||||||
|
--num_nodes 1 \
|
||||||
|
--check_val_every_n_epoch 10 \
|
||||||
|
--finetune_from './last-pruned.ckpt'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
**Caption:** `Some boats drived in the sea.`
|
**Caption:** `Some boats drived in the sea.`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user