Home › Code › make_grid

make_grid

Syntologyentry name in harvested coderead from the graph 2026-09-24

make_grid appears in the code Syntology harvested for 27 papers, as 24 distinct code bodies found in 27 places (a place is one code body under one paper). At least one of them ran in 12 of the papers; 1 of the code bodies carries a behaviour fingerprint.

What this page is not. Routines are grouped here by the exact string of their function or class name. Nothing asserts that two samples named make_grid do the same thing, share code, or are comparable; the name is a string, not an identity. Behaviour outputs (what a fingerprinted sample returned on the shared battery) are not in this export and are not shown here; the graph at syntology.ai holds them. "Ran" means executed on a synthesized fixture, not that the code is correct or reproduces a paper.

Samples Syntology

Syntology ran 12 of the 24 distinct code bodies named make_grid; 12 are unverified. One tile per status, in the site's fixed vocabulary, each code body counted once:

2ran · honoured contract
0ran · violated contract
0ran · our draft was wrong
3ran · fixture could not drive it
7ran
12unverified
1fingerprinted

Licence is a property of each copy, so it is counted per place: 9 of the 27 places are pointer only (Syntology does not serve that copy's text). This site shows no code text for any sample; every row below links to the file in its repository where the record names one.

“Ran” means the sample executed on a synthesized input; it does not mean the output is correct. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code, and those samples did run. The ran count above is every status except unverified, the same rule as each paper page.

Papers

27 papers shown of 27, newest first; 27 places in the table. A paper with no recorded date is placed by the month its arXiv id encodes, shown in the Date column as YYYY-MM (from id). One row per place: a paper whose repository defines the name more than once appears more than once, and the same code body held for several papers appears once under each, with the same status. Titles and dates are the archive's archive 2025-07-28 for papers in the archive, and the graph's for 4 papers added by Syntology; 1 papers have no page here and are shown by arXiv id only. Status and fingerprint are Syntology's record of each code body; licence is recorded for each place. The File cell ends with the code body's code_sha256, Syntology's identity for that exact code: an agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

PaperDateFileStatus SyntologyLicence
From Numerical Simulators of PDEs to Neural Emulators and Back added by Syntology 2026-08 (from id) Ceyron/exponax/exponax/_utils.py c5f29bd14f3dbcbd unverified MIT (permissive)
Flow Annealing Posterior Sampling for Function-Space Regression and Inverse Problems added by Syntology 2026-06 (from id) yzshi5/FAPS/faps_utils/ofm_ind_likelihood.py 2463608e6a112d2f ran · fixture could not drive it MIT (permissive)
Balancing Fidelity, Utility, and Privacy in Synthetic Cardiac MRI Generation: A Comparative Study added by Syntology 2026-03 (from id) vlbthambawita/SynCMRI/diffusion_DDPM/utils.py 64590b6f90d676e3 unverified no licence file found · pointer only
Neural Emulator Superiority: When Machine Learning for PDEs Surpasses its Training Data added by Syntology 2025-10 (from id) tum-pbs/emulator-superiority/code/experiments/superape/picardax/picardax/_utils.py 5e5814a1133f6981 unverified no licence file found · pointer only
Pay Less Attention to Deceptive Artifacts: Robust Detection of Compressed Deepfakes on Online Social Networks 25 Jun 2025 manyilee/plada/models/vision_transformer_utils.py 8c3d0e690efa99fe unverified no licence file found · pointer only
Hard Constraint Guided Flow Matching for Gradient-Free Generation of PDE Solutions 2 Dec 2024 amazon-science/ECI-sampling/models/functional.py 38c2ce607fe79137 ran Apache-2.0 (permissive)
Biomedical SAM 2: Segment Anything in Biomedical Images and Videos 6 Aug 2024 ZhilingYan/Biomedical-SAM-2/func/utils.py a5a93e3c6f623549 ran Apache-2.0 (permissive)
FlexiEdit: Frequency-Aware Latent Refinement for Enhanced Non-Rigid Editing 25 Jul 2024 kookie12/FlexiEdit/flexiedit/utils.py 68eb651d672fa27f ran Apache-2.0 (permissive)
Neural Conditional Probability for Uncertainty Quantification 1 Jul 2024 lee-group-cmu/FlexCode/src/flexcode/core.py 83826ed517001ce4 ran · honoured contract GPL-2.0 (copyleft) · pointer only
Does learning the right latent variables necessarily improve in-context learning? 29 May 2024 ericelmoznino/explicit_implicit_icl/tasks/utils.py 4162998d1fce222b ran MIT (permissive)
Hard-label based Small Query Black-box Adversarial Attack 9 Mar 2024 jpark04-qub/sqba/attacks.py e10341a16b91cc85 ran MIT (permissive)
Few-shot Learner Parameterization by Diffusion Time-steps 5 Mar 2024 yue-zhongqi/tif/inference/methods/utils_dreambooth_lora.py 0061b82d026cd6db ran no licence file found · pointer only
Self-Calibrating Conformal Prediction 11 Feb 2024 larsvanderlaan/selfcalibratingconformal/selfcalibratingconformal/regression.py 54ea0e1ebe5caf33 ran · fixture could not drive it fingerprinted MIT (permissive)
Anatomically-Controllable Medical Image Generation with Segmentation-Guided Diffusion Models 7 Feb 2024 mazurowski-lab/segmentation-guided-diffusion/utils.py 64590b6f90d676e3 unverified no licence file found · pointer only
H-NeXt: The next step towards roto-translation invariant networks 2 Nov 2023 karellat/h-next/h-next/utils.py eb249d73e06d01cd ran GPL-3.0 (copyleft) · pointer only
Learning from Integral Losses in Physics Informed Neural Networks 27 May 2023 ehsansaleh/btspinn/bspinn/poisson.py 6ce18d22f0bdbbe6 ran · fixture could not drive it licence not identified · pointer only
Towards Universal Fake Image Detectors that Generalize Across Generative Models 20 Feb 2023 yuheng-li/universalfakedetect/models/vision_transformer_utils.py 8c3d0e690efa99fe unverified MIT (permissive)
High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions 28 Jun 2022 sangyun884/HR-VITON/networks.py 7f8477b3b9e3d23b ran · honoured contract no licence file found · pointer only
Denoising Diffusion Probabilistic Models 19 Jun 2020 lvyufeng/denoising-diffusion-mindspore/ddm/utils.py a6f51b5e4e043215 unverified MIT (permissive)
Invertible Image Rescaling 12 May 2020 JoegameZhou/ms-irn/src/utils/util.py 13d4333fb600dfdc unverified Apache-2.0 (permissive)
IRNet: A General Purpose Deep Residual Regression Framework for Materials Discovery 7 Jul 2019 lyqcom/irn/src/utils/util.py 13d4333fb600dfdc unverified Apache-2.0 (permissive)
Orthographic Feature Transform for Monocular 3D Object Detection 20 Nov 2018 tom-roddick/oft/oft/utils.py 106667149eaee681 unverified MIT (permissive)
Self-Attention Generative Adversarial Networks 21 May 2018 rahulkulhalli/ISIC2019/utils.py 696143e37ed7ad3e unverified MIT (permissive)
Understanding Measures of Uncertainty for Adversarial Example Detection 22 Mar 2018 lsgos/uncertainty-adversarial-paper/src/utilities.py e2c8245dbaa9881e unverified MIT (permissive)
GP-GAN: Towards Realistic High-Resolution Image Blending 21 Mar 2017 wuhuikai/GP-GAN/utils.py b1b9b015d10d402c unverified MIT (permissive)
Gravitational lens modeling with basis sets 2015-04 (from id) des-sl/easylens/easylens/util.py 7cd353f5db7cd62a unverified MIT (permissive)
arXiv:ijcai2025_0747 ChujieXu/CDPNet/layers/utils.py e3da04653d4268da unverified MIT (permissive)

This site shows no code text; each File cell links to the file on GitHub at the repository's current default branch, which may have changed since the harvest. "Pointer only" means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence cell for the reason. Per-sample records for a paper are on its paper page under "Code Syntology ran".

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections