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
194
194
195
195
## CelebA
196
196
On the host machine:
197
+
197
198
# Make shure you are in lama folder
198
199
cd lama
199
200
export TORCH_HOME=$(pwd) && export PYTHONPATH=.
@@ -204,12 +205,12 @@ On the host machine:
204
205
# unzip & split into train/test/visualization & create config for it
205
206
bash fetch_data/celebahq_dataset_prepare.sh
206
207
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
208
209
bash fetch_data/celebahq_gen_masks.sh
209
210
210
211
# Run training
211
212
# 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
213
214
214
215
# Infer model on thick/thin/medium masks in 256 and run evaluation
215
216
# like this:
You can’t perform that action at this time.
0 commit comments