{"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/relu6","entry":"relu6","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":14,"n_papers_ran":3,"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":10,"n_samples_ran":3,"n_samples_fingerprinted":3,"n_places":15,"n_places_pointer_only":3,"by_status":{"ran_honours":3,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":0,"unverified":7},"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":"2303.08010","paper":"/paper/window-based-early-exit-cascades-for","title":"Window-Based Early-Exit Cascades for Uncertainty Estimation: When Deep Ensembles are More Efficient than Single Models","date":"2023-03-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"keras-team/keras","path":"keras/src/activations/activations.py","file_url":"https://github.com/keras-team/keras/blob/HEAD/keras/src/activations/activations.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"2d9c9582df92bc5e","mcp_get_code":{"code_sha256":"2d9c9582df92bc5e"}},{"arxiv_id":"2011.01447","paper":"/paper/a-two-stage-approach-to-device-robust","title":"A Two-Stage Approach to Device-Robust Acoustic Scene Classification","date":"2020-11-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MihawkHu/DCASE2020_task1","path":"other_TF2_format_pretrained/fcnn_att.py","file_url":"https://github.com/MihawkHu/DCASE2020_task1/blob/HEAD/other_TF2_format_pretrained/fcnn_att.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"12cf81ec779a163f","mcp_get_code":{"code_sha256":"12cf81ec779a163f"}},{"arxiv_id":"1912.07160","paper":"/paper/damagenet-a-universal-adversarial-dataset","title":"DAmageNet: A Universal Adversarial Dataset","date":"2019-12-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"XingLiangLondon/Image-Similarity-in-Percentage","path":"mobilenet.py","file_url":"https://github.com/XingLiangLondon/Image-Similarity-in-Percentage/blob/HEAD/mobilenet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f124399d87a3224b","mcp_get_code":{"code_sha256":"f124399d87a3224b"}},{"arxiv_id":"1905.02244","paper":"/paper/searching-for-mobilenetv3","title":"Searching for MobileNetV3","date":"2019-05-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"OniroAI/Instance-segmentation-with-MobileNetV3","path":"modules/keras_models.py","file_url":"https://github.com/OniroAI/Instance-segmentation-with-MobileNetV3/blob/HEAD/modules/keras_models.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"02cff13546af958b","mcp_get_code":{"code_sha256":"02cff13546af958b"}},{"arxiv_id":"1905.00641","paper":"/paper/190500641","title":"RetinaFace: Single-stage Dense Face Localisation in the Wild","date":"2019-05-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bubbliiiing/retinaface-keras","path":"nets/mobilenet.py","file_url":"https://github.com/bubbliiiing/retinaface-keras/blob/HEAD/nets/mobilenet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f124399d87a3224b","mcp_get_code":{"code_sha256":"f124399d87a3224b"}},{"arxiv_id":"1808.00897","paper":"/paper/bisenet-bilateral-segmentation-network-for","title":"BiSeNet: Bilateral Segmentation Network for Real-time Semantic Segmentation","date":"2018-08-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"CodePlay2016/BiSENet-TF","path":"models/bisenet.py","file_url":"https://github.com/CodePlay2016/BiSENet-TF/blob/HEAD/models/bisenet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"fcc1c65dadc2827f","mcp_get_code":{"code_sha256":"fcc1c65dadc2827f"}},{"arxiv_id":"1807.06521","paper":"/paper/cbam-convolutional-block-attention-module","title":"CBAM: Convolutional Block Attention Module","date":"2018-07-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kobiso/CBAM-keras","path":"models/mobilenets.py","file_url":"https://github.com/kobiso/CBAM-keras/blob/HEAD/models/mobilenets.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f124399d87a3224b","mcp_get_code":{"code_sha256":"f124399d87a3224b"}},{"arxiv_id":"1806.02559","paper":"/paper/shape-robust-text-detection-with-progressive","title":"Shape Robust Text Detection with Progressive Scale Expansion Network","date":"2018-06-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"li10141110/PSENet-tf2","path":"MobileNetV2/mobilenet_v2.py","file_url":"https://github.com/li10141110/PSENet-tf2/blob/HEAD/MobileNetV2/mobilenet_v2.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"d51adc9e749c6f92","mcp_get_code":{"code_sha256":"d51adc9e749c6f92"}},{"arxiv_id":"1802.02611","paper":"/paper/encoder-decoder-with-atrous-separable","title":"Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation","date":"2018-02-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sara-nl/SURF-segmentation","path":"deeplab/keras-deeplab-v3-plus-master/model.py","file_url":"https://github.com/sara-nl/SURF-segmentation/blob/HEAD/deeplab/keras-deeplab-v3-plus-master/model.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e7a210769e38826c","mcp_get_code":{"code_sha256":"e7a210769e38826c"}},{"arxiv_id":"1801.04381","paper":"/paper/mobilenetv2-inverted-residuals-and-linear","title":"MobileNetV2: Inverted Residuals and Linear Bottlenecks","date":"2018-01-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ayoolaolafenwa/orangelib","path":"orangelib/orangelib/net.py","file_url":"https://github.com/ayoolaolafenwa/orangelib/blob/HEAD/orangelib/orangelib/net.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"db5c06ceda32e963","mcp_get_code":{"code_sha256":"db5c06ceda32e963"}},{"arxiv_id":"1801.04381","paper":"/paper/mobilenetv2-inverted-residuals-and-linear","title":"MobileNetV2: Inverted Residuals and Linear Bottlenecks","date":"2018-01-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xiaochus/MobileNetV2","path":"mobilenet_v2.py","file_url":"https://github.com/xiaochus/MobileNetV2/blob/HEAD/mobilenet_v2.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d51adc9e749c6f92","mcp_get_code":{"code_sha256":"d51adc9e749c6f92"}},{"arxiv_id":"1704.04861","paper":"/paper/mobilenets-efficient-convolutional-neural","title":"MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications","date":"2017-04-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"saghiralfasly/VFL-Vehicle-Re-Id","path":"models/Mob_VFL.py","file_url":"https://github.com/saghiralfasly/VFL-Vehicle-Re-Id/blob/HEAD/models/Mob_VFL.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f124399d87a3224b","mcp_get_code":{"code_sha256":"f124399d87a3224b"}},{"arxiv_id":"1612.03716","paper":"/paper/coco-stuff-thing-and-stuff-classes-in-context","title":"COCO-Stuff: Thing and Stuff Classes in Context","date":"2016-12-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"divyanshpuri02/COCO_2018-Stuff-Segmentation-Challenge","path":"COCO_2018-Stuff-Segmentation-Challenge/keras_segmentation/models/mobilenet.py","file_url":"https://github.com/divyanshpuri02/COCO_2018-Stuff-Segmentation-Challenge/blob/HEAD/COCO_2018-Stuff-Segmentation-Challenge/keras_segmentation/models/mobilenet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a18ef743a6887e2f","mcp_get_code":{"code_sha256":"a18ef743a6887e2f"}},{"arxiv_id":"1607.08022","paper":"/paper/instance-normalization-the-missing-ingredient","title":"Instance Normalization: The Missing Ingredient for Fast Stylization","date":"2016-07-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Net-Mist/style-transfer-tf2","path":"src/model.py","file_url":"https://github.com/Net-Mist/style-transfer-tf2/blob/HEAD/src/model.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4ab5b6864f23abf4","mcp_get_code":{"code_sha256":"4ab5b6864f23abf4"}},{"arxiv_id":"1512.03385","paper":"/paper/deep-residual-learning-for-image-recognition","title":"Deep Residual Learning for Image Recognition","date":"2015-12-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"fchollet/deep-learning-models","path":"mobilenet.py","file_url":"https://github.com/fchollet/deep-learning-models/blob/HEAD/mobilenet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f124399d87a3224b","mcp_get_code":{"code_sha256":"f124399d87a3224b"}}]}