File size: 537 Bytes
39c21b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | CUDA_VISIBLE_DEVICES=0 python -W ignore conditional_generation.py \
--model_path /home/tsaidi/Research/cdvae_xrd/hydra/singlerun/2024-03-30/mp_20_sinc_filt_gauss_filt_nanomaterial_size_50 \
--num_starting_points 200 \
--num_candidates 10 \
--lr 0.1 \
--min_lr 0.001 \
--l2_penalty 1e-4 \
--num_tested_materials 100 \
--label mp_20_sinc_filt_gauss_filt_nanomaterial_size_50 \
--num_gradient_steps 5000 \
--num_atom_lambda 0.1 \
--n_step_each 100 \
--composition_lambda 0.1 \
--l1_loss \ |