You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--geometry_cache_name → --geometry_cache (or vice versa) — unify across both scripts
--rk4_steps → --num_steps in train.py to match inference.py
--use_sc → --use_self_cond in inference.py to match train.py
Add --log_level and --log_file to inference.py for consistent logging control, also remove redundant setup_logging_for_tqdm() at the beginning of inference.py script (related to copilot comment)
--geometry_cache_name→--geometry_cache(or vice versa) — unify across both scripts--rk4_steps→--num_stepsintrain.pyto matchinference.py--use_sc→--use_self_condininference.pyto matchtrain.py--log_leveland--log_filetoinference.pyfor consistent logging control, also remove redundantsetup_logging_for_tqdm()at the beginning ofinference.pyscript (related to copilot comment)