File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ Docker: TODO
194194
195195## CelebA
196196On 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:
You can’t perform that action at this time.
0 commit comments