xiumingzhang / GenRe-ShapeHD

Code and Data Release for GenRe (NeurIPS 2018) and ShapeHD (ECCV 2018)
http://genre.csail.mit.edu/
294 stars 62 forks source link

How to set gan patameter in fineturn_shapehd.sh ? #44

Closed fxy2012 closed 4 years ago

fxy2012 commented 4 years ago

python train.py \ --net shapehd \ --marrnet2 "$marrnet2" \ --gan "$gan" \ --dataset shapenet \ --classes "$class" \ --canon_sup \ --w_gan_loss 1e-3 \ --batch_size 4 \ --epoch_batches 200 \ --eval_batches 10 \ --optim adam \ --lr 1e-3 \ --epoch 1000 \ --vis_batches_vali 10 \ --gpu "$gpu" \ --save_net 1 \ --workers 4 \ --logdir "$outdir" \ --suffix '{classes}_w_ganloss{w_gan_loss}' \ --tensorboard \ $*

How to set $gan parameter?

xiumingzhang commented 4 years ago

That's the path to the trained GAN: https://github.com/xiumingzhang/GenRe-ShapeHD/blob/master/scripts/finetune_shapehd.sh#L8