{"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":"/paper/image-super-resolution-using-very-deep","title":"Image Super-Resolution Using Very Deep Residual Channel Attention Networks","arxiv_id":"1807.02758","date":"2018-07-08","proceeding":"ECCV 2018 9","authors":["Yulun Zhang","Kunpeng Li","Kai Li","Lichen Wang","Bineng Zhong","Yun Fu"],"abstract":"Convolutional neural network (CNN) depth is of crucial importance for image\nsuper-resolution (SR). However, we observe that deeper networks for image SR\nare more difficult to train. The low-resolution inputs and features contain\nabundant low-frequency information, which is treated equally across channels,\nhence hindering the representational ability of CNNs. To solve these problems,\nwe propose the very deep residual channel attention networks (RCAN).\nSpecifically, we propose a residual in residual (RIR) structure to form very\ndeep network, which consists of several residual groups with long skip\nconnections. Each residual group contains some residual blocks with short skip\nconnections. Meanwhile, RIR allows abundant low-frequency information to be\nbypassed through multiple skip connections, making the main network focus on\nlearning high-frequency information. Furthermore, we propose a channel\nattention mechanism to adaptively rescale channel-wise features by considering\ninterdependencies among channels. Extensive experiments show that our RCAN\nachieves better accuracy and visual improvements against state-of-the-art\nmethods.","url_abs":"http://arxiv.org/abs/1807.02758v2","url_pdf":"http://arxiv.org/pdf/1807.02758v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/yulunzhang/RCAN","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/AD2605/Single-Image-Super-Resolution","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/ChaofWang/AWSRN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/Feynman1999/MgeEditing","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"unanswered"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/Lornatang/CSNLN-PyTorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/coloquinte/torchsr","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/dongheehand/RCAN-tf","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/fengye-lu/RCAN-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/kailigo/pacl","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/keerthan2/Residual-Channel-Attention-Network","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/kongdebug/RCAN-Paddle","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"paddle","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/saeed-anwar/DRLN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/shesay-noway/Super-Resolution-RCAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/wdd233/RCAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/zhusiling/RCAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/2023-MindSpore-1/ms-code-216/tree/main/RCAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/Jan-jia/Paddle-RCAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":{"status":"ok"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/mindspore-ai/models/tree/master/research/cv/RCAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":null},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/wwhio/megmodels","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"unanswered"}},{"paper_slug":"image-super-resolution-using-very-deep","repo_url":"https://github.com/yangyucheng000/IPT-2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok"}}],"tasks":[{"task_slug":"image-super-resolution","task_name":"Image Super-Resolution"},{"task_slug":"super-resolution","task_name":"Super-Resolution"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/image-super-resolution-on-bsd100-4x-upscaling","task":"Image Super-Resolution","dataset":"BSD100 - 4x upscaling","model":"RCAN","rank_in_archive_order":21,"of":71,"metrics":{"PSNR":"27.77","SSIM":"0.7436"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-manga109-4x","task":"Image Super-Resolution","dataset":"Manga109 - 4x upscaling","model":"RCAN","rank_in_archive_order":31,"of":50,"metrics":{"PSNR":"31.22","SSIM":"0.9173"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-set14-4x-upscaling","task":"Image Super-Resolution","dataset":"Set14 - 4x upscaling","model":"RCAN","rank_in_archive_order":39,"of":104,"metrics":{"PSNR":"28.87","SSIM":"0.7889"},"uses_additional_data":false},{"leaderboard":"/sota/image-super-resolution-on-urban100-4x","task":"Image Super-Resolution","dataset":"Urban100 - 4x upscaling","model":"RCAN","rank_in_archive_order":27,"of":65,"metrics":{"PSNR":"26.82","SSIM":"0.8087"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1807.02758","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1807.02758"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yulunzhang/RCAN","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/2023-MindSpore-1/ms-code-216/tree/main/RCAN","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/keerthan2/Residual-Channel-Attention-Network","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/fengye-lu/RCAN-pytorch","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Jan-jia/Paddle-RCAN","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zhusiling/RCAN","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Lornatang/CSNLN-PyTorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kailigo/pacl","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/shesay-noway/Super-Resolution-RCAN","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mindspore-ai/models/tree/master/research/cv/RCAN","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ChaofWang/AWSRN","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/saeed-anwar/DRLN","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Feynman1999/MgeEditing","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/coloquinte/torchsr","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/AD2605/Single-Image-Super-Resolution","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yangyucheng000/IPT-2","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kongdebug/RCAN-Paddle","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/wdd233/RCAN","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/wwhio/megmodels","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dongheehand/RCAN-tf","reach":null}],"summary":{"ran":9,"ran_draft_wrong":1,"unverified":12},"by_repo_kind":{"listed":{"samples":22,"ran":10,"repositories":5}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":3,"samples":[{"code_sha256_prefix":"d19d0c8792f5b99a","entry":"AWMS","repo":"ChaofWang/AWSRN","repo_kind":"listed","path":"code/src/model/awsrn.py","file_url":"https://github.com/ChaofWang/AWSRN/blob/HEAD/code/src/model/awsrn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d19d0c8792f5b99a"}},{"code_sha256_prefix":"2ec67cec615644ea","entry":"AWRU","repo":"ChaofWang/AWSRN","repo_kind":"listed","path":"code/src/model/awsrn.py","file_url":"https://github.com/ChaofWang/AWSRN/blob/HEAD/code/src/model/awsrn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2ec67cec615644ea"}},{"code_sha256_prefix":"1d26ee244b0e0aa3","entry":"LFB","repo":"ChaofWang/AWSRN","repo_kind":"listed","path":"code/src/model/awsrn.py","file_url":"https://github.com/ChaofWang/AWSRN/blob/HEAD/code/src/model/awsrn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1d26ee244b0e0aa3"}},{"code_sha256_prefix":"c81b412e3e5ff687","entry":"MODEL","repo":"ChaofWang/AWSRN","repo_kind":"listed","path":"code/src/model/awsrn.py","file_url":"https://github.com/ChaofWang/AWSRN/blob/HEAD/code/src/model/awsrn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c81b412e3e5ff687"}},{"code_sha256_prefix":"8affcfa340387a49","entry":"MeanShift","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8affcfa340387a49"}},{"code_sha256_prefix":"464cf568ffdadee9","entry":"ResidualGroup","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"464cf568ffdadee9"}},{"code_sha256_prefix":"1feb1832e4fe7f2e","entry":"Scale","repo":"ChaofWang/AWSRN","repo_kind":"listed","path":"code/src/model/awsrn.py","file_url":"https://github.com/ChaofWang/AWSRN/blob/HEAD/code/src/model/awsrn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1feb1832e4fe7f2e"}},{"code_sha256_prefix":"8f95f5fc9a5bc070","entry":"Upsampler","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8f95f5fc9a5bc070"}},{"code_sha256_prefix":"c214ddcde10c7d20","entry":"dataloader","repo":"dongheehand/RCAN-tf","repo_kind":"listed","path":"RCA_net.py","file_url":"https://github.com/dongheehand/RCAN-tf/blob/HEAD/RCA_net.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c214ddcde10c7d20"}},{"code_sha256_prefix":"8b0e794d4d8f9b13","entry":"default_conv","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8b0e794d4d8f9b13"}},{"code_sha256_prefix":"c618cce8b87eb8fe","entry":"RCAB","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c618cce8b87eb8fe"}},{"code_sha256_prefix":"7c4c09142bd8b3be","entry":"RCAN","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7c4c09142bd8b3be"}},{"code_sha256_prefix":"916710c01e731111","entry":"RCA_net","repo":"dongheehand/RCAN-tf","repo_kind":"listed","path":"RCA_net.py","file_url":"https://github.com/dongheehand/RCAN-tf/blob/HEAD/RCA_net.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"916710c01e731111"}},{"code_sha256_prefix":"2b097a5a42ea2d85","entry":"extract_image_patches","repo":"Lornatang/CSNLN-PyTorch","repo_kind":"listed","path":"model.py","file_url":"https://github.com/Lornatang/CSNLN-PyTorch/blob/HEAD/model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2b097a5a42ea2d85"}},{"code_sha256_prefix":"d22766d95ec24b98","entry":"image2tensor","repo":"Lornatang/CSNLN-PyTorch","repo_kind":"listed","path":"imgproc.py","file_url":"https://github.com/Lornatang/CSNLN-PyTorch/blob/HEAD/imgproc.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d22766d95ec24b98"}},{"code_sha256_prefix":"ce1b9b76c304d922","entry":"image_resize","repo":"Lornatang/CSNLN-PyTorch","repo_kind":"listed","path":"imgproc.py","file_url":"https://github.com/Lornatang/CSNLN-PyTorch/blob/HEAD/imgproc.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ce1b9b76c304d922"}},{"code_sha256_prefix":"345a6af0c359845e","entry":"model_fn","repo":"keerthan2/Residual-Channel-Attention-Network","repo_kind":"listed","path":"code/model.py","file_url":"https://github.com/keerthan2/Residual-Channel-Attention-Network/blob/HEAD/code/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"345a6af0c359845e"}},{"code_sha256_prefix":"38ca3bbb2a93c9d9","entry":"rcan","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"38ca3bbb2a93c9d9"}},{"code_sha256_prefix":"de5bafbf7df67a7f","entry":"rcan_g10r20f64","repo":"coloquinte/torchsr","repo_kind":"listed","path":"torchsr/models/rcan.py","file_url":"https://github.com/coloquinte/torchsr/blob/HEAD/torchsr/models/rcan.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"de5bafbf7df67a7f"}},{"code_sha256_prefix":"f9555708bbf55bd4","entry":"reduce_sum","repo":"Lornatang/CSNLN-PyTorch","repo_kind":"listed","path":"model.py","file_url":"https://github.com/Lornatang/CSNLN-PyTorch/blob/HEAD/model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f9555708bbf55bd4"}},{"code_sha256_prefix":"4373e1ddd1bd3573","entry":"same_padding","repo":"Lornatang/CSNLN-PyTorch","repo_kind":"listed","path":"model.py","file_url":"https://github.com/Lornatang/CSNLN-PyTorch/blob/HEAD/model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4373e1ddd1bd3573"}},{"code_sha256_prefix":"dd73a13fd75b72d0","entry":"tensor2image","repo":"Lornatang/CSNLN-PyTorch","repo_kind":"listed","path":"imgproc.py","file_url":"https://github.com/Lornatang/CSNLN-PyTorch/blob/HEAD/imgproc.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dd73a13fd75b72d0"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}