You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the following scripts to finetune the text feature extractor BERT-base-uncased.
The artifacts of these scripts will be stored under ./results/experiments/exp(78|95)-pretrain-tirg/.
# for CoDraw
pipenv run python src/main.py --yaml_path ./params/exp078.yaml --pretrain_tirg --gpu_ids=0
# for i-CLEVR
pipenv run python src/main.py --yaml_path ./params/exp095.yaml --pretrain_tirg --gpu_ids=0
Execute the following scripts to prepare the embeddings of instructions.
Note that the arguments model_path in the yaml files should be set the path of the weights acquired the above pretraining scripts.
# for CoDraw
pipenv run python src/main.py --yaml_path ./params/exp085.yaml --create_embs_from_model --gpu_ids=0
# for i-CLEVR
pipenv run python src/main.py --yaml_path ./params/exp098.yaml --create_embs_from_model --gpu_ids=0
Adversarial Training
Execute following scripts to train LatteGAN.
Generation of images and calculation of metrics AP, AR, F1, and RSIM will be conducted simultaneously during training.
All of the artifacts will be stored under ./results/experiments/ with the corresponding experiment numbers.
LatteGAN 훈련 과정은 크게 세 가지로 나눌 수 있다.
원 저작자가 준 가중치는 1번만 있음.
The text was updated successfully, but these errors were encountered: