{"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/fully-connected","entry":"fully_connected","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":9,"n_papers_ran":2,"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":13,"n_samples_ran":2,"n_samples_fingerprinted":0,"n_places":13,"n_places_pointer_only":7,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":0,"unverified":11},"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":"2405.20231","paper":"/paper/the-empirical-impact-of-neural-parameter","title":"The Empirical Impact of Neural Parameter Symmetries, or Lack Thereof","date":"2024-05-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cptq/asymmetric-networks","path":"bnn/train_sparse_MLP.py","file_url":"https://github.com/cptq/asymmetric-networks/blob/HEAD/bnn/train_sparse_MLP.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"cc8930d023c2c634","mcp_get_code":{"code_sha256":"cc8930d023c2c634"}},{"arxiv_id":"2204.11015","paper":"/paper/surface-reconstruction-from-point-clouds-by","title":"Surface Reconstruction from Point Clouds by Learning Predictive Context Priors","date":"2022-04-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mabaorui/predictablecontextprior","path":"pcp.py","file_url":"https://github.com/mabaorui/predictablecontextprior/blob/HEAD/pcp.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d2e0a05b40a23aff","mcp_get_code":{"code_sha256":"d2e0a05b40a23aff"}},{"arxiv_id":"2006.03829","paper":"/paper/3d-self-supervised-methods-for-medical","title":"3D Self-Supervised Methods for Medical Imaging","date":"2020-06-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"HealthML/self-supervised-3d-tasks","path":"self_supervised_3d_tasks/models/fully_connected.py","file_url":"https://github.com/HealthML/self-supervised-3d-tasks/blob/HEAD/self_supervised_3d_tasks/models/fully_connected.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"code_sha256_prefix":"1c2811866c2a26d0","mcp_get_code":{"code_sha256":"1c2811866c2a26d0"}},{"arxiv_id":"1909.07083","paper":"/paper/controllable-text-to-image-generation","title":"Controllable Text-to-Image Generation","date":"2019-09-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"taki0112/ControlGAN-Tensorflow","path":"legacy_code/ops.py","file_url":"https://github.com/taki0112/ControlGAN-Tensorflow/blob/HEAD/legacy_code/ops.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"68cf33f32693ba2e","mcp_get_code":{"code_sha256":"68cf33f32693ba2e"}},{"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":"taki0112/StyleGAN-Tensorflow","path":"ops.py","file_url":"https://github.com/taki0112/StyleGAN-Tensorflow/blob/HEAD/ops.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1e613767fd2fd236","mcp_get_code":{"code_sha256":"1e613767fd2fd236"}},{"arxiv_id":"1804.00586","paper":"/paper/learning-descriptor-networks-for-3d-shape","title":"Learning Descriptor Networks for 3D Shape Synthesis and Analysis","date":"2018-04-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jianwen-xie/3DDescriptorNet","path":"util/custom_ops.py","file_url":"https://github.com/jianwen-xie/3DDescriptorNet/blob/HEAD/util/custom_ops.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e0167ee587c7d288","mcp_get_code":{"code_sha256":"e0167ee587c7d288"}},{"arxiv_id":"1801.07829","paper":"/paper/dynamic-graph-cnn-for-learning-on-point","title":"Dynamic Graph CNN for Learning on Point Clouds","date":"2018-01-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AmitBracha/GIP_project","path":"models/dgcnn.py","file_url":"https://github.com/AmitBracha/GIP_project/blob/HEAD/models/dgcnn.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"65878b612b525cd9","mcp_get_code":{"code_sha256":"65878b612b525cd9"}},{"arxiv_id":"1801.07829","paper":"/paper/dynamic-graph-cnn-for-learning-on-point","title":"Dynamic Graph CNN for Learning on Point Clouds","date":"2018-01-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"af13s/dgcnn-amino","path":"models/dgcnn.py","file_url":"https://github.com/af13s/dgcnn-amino/blob/HEAD/models/dgcnn.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"40bf1749410aa96f","mcp_get_code":{"code_sha256":"40bf1749410aa96f"}},{"arxiv_id":"1612.00593","paper":"/paper/pointnet-deep-learning-on-point-sets-for-3d","title":"PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation","date":"2016-12-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"y2kmz/pointnetv2","path":"models/pointnet_cls.py","file_url":"https://github.com/y2kmz/pointnetv2/blob/HEAD/models/pointnet_cls.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"574c1fa1a7e92c2c","mcp_get_code":{"code_sha256":"574c1fa1a7e92c2c"}},{"arxiv_id":"1612.00593","paper":"/paper/pointnet-deep-learning-on-point-sets-for-3d","title":"PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation","date":"2016-12-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds","path":"models/pointnet_cls.py","file_url":"https://github.com/abdullahozer11/Segmentation-and-Classification-of-Objects-in-Point-Clouds/blob/HEAD/models/pointnet_cls.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"5a22ecfcfb8dd56f","mcp_get_code":{"code_sha256":"5a22ecfcfb8dd56f"}},{"arxiv_id":"1612.00593","paper":"/paper/pointnet-deep-learning-on-point-sets-for-3d","title":"PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation","date":"2016-12-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"KiranAkadas/My_Pointnet_v2","path":"models/pointnet_cls.py","file_url":"https://github.com/KiranAkadas/My_Pointnet_v2/blob/HEAD/models/pointnet_cls.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"85a6137807ce8849","mcp_get_code":{"code_sha256":"85a6137807ce8849"}},{"arxiv_id":"1612.00593","paper":"/paper/pointnet-deep-learning-on-point-sets-for-3d","title":"PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation","date":"2016-12-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"SonuDileep/3-D-Object-Detection-using-PointNet","path":"models/pointnet_cls.py","file_url":"https://github.com/SonuDileep/3-D-Object-Detection-using-PointNet/blob/HEAD/models/pointnet_cls.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"435b6ba762fa962f","mcp_get_code":{"code_sha256":"435b6ba762fa962f"}},{"arxiv_id":"1409.1556","paper":"/paper/very-deep-convolutional-networks-for-large","title":"Very Deep Convolutional Networks for Large-Scale Image Recognition","date":"2014-09-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kaist-dmlab/SELFIE","path":"SELFIE/network/VGG/utils.py","file_url":"https://github.com/kaist-dmlab/SELFIE/blob/HEAD/SELFIE/network/VGG/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"98b25e54709e381b","mcp_get_code":{"code_sha256":"98b25e54709e381b"}}]}