Views
No views yet
https://github.com/yzshi5/FLAPS1PDE_inverse/checkpoints/
2PDE_inverse/datasets/
3Regression/checkpoints/FAPS_prior/GP_gibbs_epoch_500.pt
4Regression/checkpoints/FAPS_prior/GP_matern_epoch_500.pt1python - <<'PY'
2from huggingface_hub import snapshot_download
3
4snapshot_download(
5 repo_id="Yaozhong/FAPS",
6 repo_type="model",
7 local_dir=".",
8 allow_patterns=[
9 "config.json",
10 "PDE_inverse/checkpoints/**",
11 "PDE_inverse/datasets/**",
12 "Regression/checkpoints/FAPS_prior/GP_gibbs_epoch_500.pt",
13 "Regression/checkpoints/FAPS_prior/GP_matern_epoch_500.pt",
14 ],
15)
16PYPDE_inverse/datasets/1cd PDE_inverse
2python datasets/download_dataset.py all --output-dir datasets/PDE_inverse.npy files:1python datasets/inital_process.py \
2 --input-root datasets/PDE_inverse \
3 --output-root datasets/PDE_inverse_npy1@article{shi2026flow,
2 title={Flow Annealing Posterior Sampling for Function-Space Regression and Inverse Problems},
3 author={Shi, Yaozhong and Ross, Zachary E and Yue, Yisong},
4 journal={arXiv preprint arXiv:2606.22346v1},
5 year={2026}
6}
7