File size: 528 Bytes
39c21b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | python -W ignore conditional_generation.py \
--model_path /home/gabeguo/hydra/singlerun/2024-04-07/mp_20_sincSmooth10 \
--num_starting_points 100 \
--num_candidates 5 \
--lr 0.1 \
--min_lr 1e-4 \
--l2_penalty 2e-4 \
--num_tested_materials 5 \
--label _sinc10_diffusionFrames \
--num_gradient_steps 5000 \
--num_atom_lambda 0.1 \
--n_step_each 100 \
--composition_lambda 0.1 \
--l1_loss \
--r_min 0 \
--r_max 30 \
--output_dir paper_results_PRELIM \
--save_traj |