{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/code/equalconv2d","entry":"EqualConv2d","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":6,"n_papers_ran":5,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":7,"n_samples_ran":6,"n_samples_fingerprinted":6,"n_places":7,"n_places_pointer_only":5,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":6,"unverified":1},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2301.06281","paper":"/paper/dpe-disentanglement-of-pose-and-expression","title":"DPE: Disentanglement of Pose and Expression for General Video Portrait Editing","date":"2023-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Carlyx/DPE","path":"networks/generator.py","file_url":"https://github.com/Carlyx/DPE/blob/HEAD/networks/generator.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"56cc85f0f1ca1e37","mcp_get_code":{"code_sha256":"56cc85f0f1ca1e37"}},{"arxiv_id":"2204.13656","paper":"/paper/unsupervised-multi-modal-medical-image","title":"Unsupervised Multi-Modal Medical Image Registration via Discriminator-Free Image-to-Image Translation","date":"2022-04-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"heyblackC/DFMIR","path":"models/networks.py","file_url":"https://github.com/heyblackC/DFMIR/blob/HEAD/models/networks.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"806eb7ba2ad7e694","mcp_get_code":{"code_sha256":"806eb7ba2ad7e694"}},{"arxiv_id":"2204.06160","paper":"/paper/neural-texture-extraction-and-distribution","title":"Neural Texture Extraction and Distribution for Controllable Person Image Synthesis","date":"2022-04-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"renyurui/neural-texture-extraction-distribution","path":"generators/extraction_distribution_model.py","file_url":"https://github.com/renyurui/neural-texture-extraction-distribution/blob/HEAD/generators/extraction_distribution_model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"afd1279edb10e146","mcp_get_code":{"code_sha256":"afd1279edb10e146"}},{"arxiv_id":"2203.07319","paper":"/paper/gcfsr-a-generative-and-controllable-face","title":"GCFSR: a Generative and Controllable Face Super Resolution Method Without Facial and GAN Priors","date":"2022-03-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hejingwenhejingwen/GCFSR","path":"basicsr/archs/gcfsr_arch.py","file_url":"https://github.com/hejingwenhejingwen/GCFSR/blob/HEAD/basicsr/archs/gcfsr_arch.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"330c0e119c07dbb3","mcp_get_code":{"code_sha256":"330c0e119c07dbb3"}},{"arxiv_id":"2105.06070","paper":"/paper/gan-prior-embedded-network-for-blind-face","title":"GAN Prior Embedded Network for Blind Face Restoration in the Wild","date":"2021-05-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yangxy/GPEN","path":"face_model/gpen_model.py","file_url":"https://github.com/yangxy/GPEN/blob/HEAD/face_model/gpen_model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6671b8310bdd070f","mcp_get_code":{"code_sha256":"6671b8310bdd070f"}},{"arxiv_id":"1812.04948","paper":"/paper/a-style-based-generator-architecture-for","title":"A Style-Based Generator Architecture for Generative Adversarial Networks","date":"2018-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"avakong/stylegan-test","path":"model.py","file_url":"https://github.com/avakong/stylegan-test/blob/HEAD/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"13de47a951323c8f","mcp_get_code":{"code_sha256":"13de47a951323c8f"}},{"arxiv_id":"1812.04948","paper":"/paper/a-style-based-generator-architecture-for","title":"A Style-Based Generator Architecture for Generative Adversarial Networks","date":"2018-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"foamliu/StyleGAN-PyTorch","path":"models.py","file_url":"https://github.com/foamliu/StyleGAN-PyTorch/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"445df09cf6c8ba3e","mcp_get_code":{"code_sha256":"445df09cf6c8ba3e"}}]}