[run] name = "full_airfrans_incumbent_70gb_01" seed = 20260723 artifact_dir = "artifacts/current_run/training_runs" [data] root = "artifacts/data_cache/airfrans_streaming_processed/processed/full" train_cases = 900 val_cases = 50 test_cases = 50 points_per_case = 999999999 batch_size = 4096 source = "public_zip_streaming" public_source_url = "https://data.isir.upmc.fr/extrality/NeurIPS_2022/OF_dataset.zip" hf_repo_id = "zacheryasc/airfrans-processed" hf_repo_type = "dataset" hf_path_prefix = "processed/full" cache_dir = "artifacts/data_cache/airfrans_streaming_processed/processed/full" streaming_scratch_dir = "artifacts/data_cache/airfrans_streaming_processed/raw_scratch" streaming_cache_max_bytes = 68719476736 streaming_cache_high_water_bytes = 51539607552 streaming_cache_low_water_bytes = 34359738368 streaming_queue_max_cases = 2 streaming_upload_processed = true streaming_upload_batch_size = 16 [model] type = "film_fourier_inr" hidden_width = 4096 depth = 12 activation = "gelu" coordinate_features = ["x", "y", "sdf"] fourier_scales = [1.0, 2.0, 4.0, 8.0, 16.0, 32.0] condition_width = 1024 condition_depth = 3 condition_dim = 512 [optim] lr = 0.0001 weight_decay = 0.0001 steps = 5000 log_interval = 500 [device] type = "cuda" allow_cpu_fallback = false benchmark_kernels = true [loss] type = "normalized_mse" [precision] dtype = "bf16" [checkpoint] interval_seconds = 900 [stability] max_grad_norm = 1.0 [observability] backend = "wandb" entity = "zacheryasc-personal" project = "airfRANS-model-sweep" group = "full_airfrans_incumbent_70gb_01" tags = ["airfrans", "full-data-frontier", "70gb", "incumbent", "hf-checkpoints"] [huggingface] enabled = true repo_id = "zacheryasc/airfrans-frontier-checkpoints" repo_type = "model" path_prefix = "full_airfrans_incumbent_70gb_01" private = false