Skip to content

Commit 652d0bb

Browse files
authored
Update README.md
1 parent 7d8ea58 commit 652d0bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ Docker: TODO
194194
195195
## CelebA
196196
On the host machine:
197+
197198
# Make shure you are in lama folder
198199
cd lama
199200
export TORCH_HOME=$(pwd) && export PYTHONPATH=.
@@ -204,12 +205,12 @@ On the host machine:
204205
# unzip & split into train/test/visualization & create config for it
205206
bash fetch_data/celebahq_dataset_prepare.sh
206207
207-
# generate masks for test and viz at the end of epoch
208+
# generate masks for test and visual_test at the end of epoch
208209
bash fetch_data/celebahq_gen_masks.sh
209210
210211
# Run training
211212
# You can change bs with data.batch_size=10
212-
python bin/train.py -cn lama-fourier-celeba location=celeba
213+
python bin/train.py -cn ablv2_work_no_segmpl_csdilirpl_celeba_csdilirpl1_new location=celeba
213214
214215
# Infer model on thick/thin/medium masks in 256 and run evaluation
215216
# like this:

0 commit comments

Comments
 (0)