{"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/meta-learning-with-implicit-gradients","title":"Meta-Learning with Implicit Gradients","arxiv_id":"1909.04630","date":"2019-09-10","proceeding":"NeurIPS 2019 12","authors":["Aravind Rajeswaran","Chelsea Finn","Sham Kakade","Sergey Levine"],"abstract":"A core capability of intelligent systems is the ability to quickly learn new tasks by drawing on prior experience. Gradient (or optimization) based meta-learning has recently emerged as an effective approach for few-shot learning. In this formulation, meta-parameters are learned in the outer loop, while task-specific models are learned in the inner-loop, by using only a small amount of data from the current task. A key challenge in scaling these approaches is the need to differentiate through the inner loop learning process, which can impose considerable computational and memory burdens. By drawing upon implicit differentiation, we develop the implicit MAML algorithm, which depends only on the solution to the inner level optimization and not the path taken by the inner loop optimizer. This effectively decouples the meta-gradient computation from the choice of inner loop optimizer. As a result, our approach is agnostic to the choice of inner loop optimizer and can gracefully handle many gradient steps without vanishing gradients or memory constraints. Theoretically, we prove that implicit MAML can compute accurate meta-gradients with a memory footprint that is, up to small constant factors, no more than that which is required to compute a single inner loop gradient and at no overall increase in the total computational cost. Experimentally, we show that these benefits of implicit MAML translate into empirical gains on few-shot image recognition benchmarks.","url_abs":"https://arxiv.org/abs/1909.04630v1","url_pdf":"https://arxiv.org/pdf/1909.04630v1.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":"meta-learning-with-implicit-gradients","repo_url":"https://github.com/aravindr93/imaml_dev","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"meta-learning-with-implicit-gradients","repo_url":"https://github.com/bojianhou/oagd","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"meta-learning-with-implicit-gradients","repo_url":"https://github.com/dbaranchuk/memory-efficient-maml","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"meta-learning-with-implicit-gradients","repo_url":"https://github.com/prolearner/hypertorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"meta-learning-with-implicit-gradients","repo_url":"https://github.com/spiglerg/pyMeta","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"meta-learning-with-implicit-gradients","repo_url":"https://github.com/prolearner/hypergrad/blob/master/examples/iMAML.py","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"few-shot-image-classification","task_name":"Few-Shot Image Classification"},{"task_slug":"few-shot-learning","task_name":"Few-Shot Learning"},{"task_slug":"meta-learning","task_name":"Meta-Learning"}],"methods":[{"method_slug":"maml","method_name":"MAML"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/few-shot-image-classification-on-mini-2","task":"Few-Shot Image Classification","dataset":"Mini-Imagenet 5-way (1-shot)","model":"iMAML HF","rank_in_archive_order":102,"of":105,"metrics":{"Accuracy":"49.30"},"uses_additional_data":false},{"leaderboard":"/sota/few-shot-image-classification-on-omniglot-1-1","task":"Few-Shot Image Classification","dataset":"OMNIGLOT - 1-Shot, 20-way","model":"iMAML, Hessian-Free","rank_in_archive_order":10,"of":20,"metrics":{"Accuracy":"96.18"},"uses_additional_data":false},{"leaderboard":"/sota/few-shot-image-classification-on-omniglot-1-2","task":"Few-Shot Image Classification","dataset":"OMNIGLOT - 1-Shot, 5-way","model":"iMAML, Hessian-Free","rank_in_archive_order":6,"of":17,"metrics":{"Accuracy":"99.50"},"uses_additional_data":false},{"leaderboard":"/sota/few-shot-image-classification-on-omniglot-5-1","task":"Few-Shot Image Classification","dataset":"OMNIGLOT - 5-Shot, 20-way","model":"iMAML, Hessian-Free","rank_in_archive_order":8,"of":19,"metrics":{"Accuracy":"99.14%"},"uses_additional_data":false},{"leaderboard":"/sota/few-shot-image-classification-on-omniglot-5-2","task":"Few-Shot Image Classification","dataset":"OMNIGLOT - 5-Shot, 5-way","model":"iMAML, Hessian-Free","rank_in_archive_order":8,"of":16,"metrics":{"Accuracy":"99.74%"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1909.04630","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1909.04630"}},"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/prolearner/hypertorch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/aravindr93/imaml_dev","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dbaranchuk/memory-efficient-maml","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/prolearner/hypergrad/blob/master/examples/iMAML.py","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/spiglerg/pyMeta","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/bojianhou/oagd","reach":null}],"summary":{"ran":4,"ran_draft_wrong":16,"ran_honours":3,"ran_violates":1,"ran_fixture":3,"unverified":9},"by_repo_kind":{"official":{"samples":7,"ran":7,"repositories":1},"listed":{"samples":29,"ran":20,"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":10,"samples":[{"code_sha256_prefix":"9cf41b1fd2f938db","entry":"ClipGradNorm","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.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":"9cf41b1fd2f938db"}},{"code_sha256_prefix":"15ad46d31a457fbd","entry":"IngraphGradientDescent","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.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":"15ad46d31a457fbd"}},{"code_sha256_prefix":"973d52f05dd6e23a","entry":"Learner","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.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":"973d52f05dd6e23a"}},{"code_sha256_prefix":"50268c702c3160f7","entry":"TaskAsSequenceOfTasks","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.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":"50268c702c3160f7"}},{"code_sha256_prefix":"90253eecd694ad99","entry":"copy_and_replace","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"90253eecd694ad99"}},{"code_sha256_prefix":"ad022c385193f969","entry":"disable_batchnorm_stats","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ad022c385193f969"}},{"code_sha256_prefix":"878503c8b4732592","entry":"f1","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"878503c8b4732592"}},{"code_sha256_prefix":"63a920c05cd66bfd","entry":"f2","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"63a920c05cd66bfd"}},{"code_sha256_prefix":"a283594886b8397a","entry":"fixed_point","repo":"prolearner/hypertorch","repo_kind":"listed","path":"hypergrad/hypergradients.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/hypergrad/hypergradients.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":"a283594886b8397a"}},{"code_sha256_prefix":"1248bd4de1408eff","entry":"fixed_point","repo":"prolearner/hypergrad","repo_kind":"listed","path":"hypergrad/hypergradients.py","file_url":"https://github.com/prolearner/hypergrad/blob/HEAD/hypergrad/hypergradients.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":"1248bd4de1408eff"}},{"code_sha256_prefix":"ce8a310ec44f2617","entry":"fixed_point","repo":"bojianhou/oagd","repo_kind":"listed","path":"Meta-Learning/hypergrad/hypergradients.py","file_url":"https://github.com/bojianhou/oagd/blob/HEAD/Meta-Learning/hypergrad/hypergradients.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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ce8a310ec44f2617"}},{"code_sha256_prefix":"2b7ea8d2c1a114db","entry":"get_cnn_omniglot","repo":"prolearner/hypertorch","repo_kind":"listed","path":"examples/iMAML.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/examples/iMAML.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":"2b7ea8d2c1a114db"}},{"code_sha256_prefix":"79cbcc7d66c3e96b","entry":"get_updated_model","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"79cbcc7d66c3e96b"}},{"code_sha256_prefix":"67807e9ca0f086f6","entry":"inner_loop","repo":"prolearner/hypertorch","repo_kind":"listed","path":"examples/iMAML.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/examples/iMAML.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":"67807e9ca0f086f6"}},{"code_sha256_prefix":"639811fcfbb1e7a8","entry":"is_namedtuple","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"639811fcfbb1e7a8"}},{"code_sha256_prefix":"706bb24c4aec6c01","entry":"make_conv_network","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.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":"706bb24c4aec6c01"}},{"code_sha256_prefix":"7f3e1e88acd582cb","entry":"make_fc_network","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7f3e1e88acd582cb"}},{"code_sha256_prefix":"ef358865b0254efe","entry":"nested_flatten","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef358865b0254efe"}},{"code_sha256_prefix":"eabcf3817110a345","entry":"nested_pack","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eabcf3817110a345"}},{"code_sha256_prefix":"0d5e60bd446341fb","entry":"reverse","repo":"prolearner/hypertorch","repo_kind":"listed","path":"hypergrad/hypergradients.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/hypergrad/hypergradients.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":"0d5e60bd446341fb"}},{"code_sha256_prefix":"729450e798657a96","entry":"reverse_unroll","repo":"prolearner/hypertorch","repo_kind":"listed","path":"hypergrad/hypergradients.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/hypergrad/hypergradients.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"729450e798657a96"}},{"code_sha256_prefix":"02e3849d39eb6ee7","entry":"steepest_descent","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"02e3849d39eb6ee7"}},{"code_sha256_prefix":"38aac91c527d23aa","entry":"stoch_AID","repo":"prolearner/hypertorch","repo_kind":"listed","path":"hypergrad/hypergradients.py","file_url":"https://github.com/prolearner/hypertorch/blob/HEAD/hypergrad/hypergradients.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"38aac91c527d23aa"}},{"code_sha256_prefix":"b6491973ad8364e5","entry":"to_cuda","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b6491973ad8364e5"}},{"code_sha256_prefix":"902012dfacde484f","entry":"to_device","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"902012dfacde484f"}},{"code_sha256_prefix":"4e11fa374508129f","entry":"to_numpy","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4e11fa374508129f"}},{"code_sha256_prefix":"c5c66678ce4d5e06","entry":"to_tensor","repo":"aravindr93/imaml_dev","repo_kind":"official","path":"implicit_maml/learner_model.py","file_url":"https://github.com/aravindr93/imaml_dev/blob/HEAD/implicit_maml/learner_model.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c5c66678ce4d5e06"}},{"code_sha256_prefix":"7e872f029aaf816a","entry":"GradBasedMetaLearner","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.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":"7e872f029aaf816a"}},{"code_sha256_prefix":"6901e9808bfb8df0","entry":"GradientCheckpointMAML","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.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":"6901e9808bfb8df0"}},{"code_sha256_prefix":"b665a79811957562","entry":"Hvp","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.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":"b665a79811957562"}},{"code_sha256_prefix":"3c24eaee08990b03","entry":"NaiveMAML","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.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":"3c24eaee08990b03"}},{"code_sha256_prefix":"ca574f805c91d123","entry":"Task","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.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":"ca574f805c91d123"}},{"code_sha256_prefix":"7f93a8de5e9255d0","entry":"_nested_pack","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.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":"7f93a8de5e9255d0"}},{"code_sha256_prefix":"866ceb16f029bf5d","entry":"do_not_copy","repo":"dbaranchuk/memory-efficient-maml","repo_kind":"listed","path":"torch_maml/maml.py","file_url":"https://github.com/dbaranchuk/memory-efficient-maml/blob/HEAD/torch_maml/maml.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":"866ceb16f029bf5d"}},{"code_sha256_prefix":"04a97a435d9b70d9","entry":"grads_on_batch","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.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":"04a97a435d9b70d9"}},{"code_sha256_prefix":"d1abea6ef957cede","entry":"iMAMLMetaLearner","repo":"spiglerg/pyMeta","repo_kind":"listed","path":"pyMeta/metalearners/implicit_maml.py","file_url":"https://github.com/spiglerg/pyMeta/blob/HEAD/pyMeta/metalearners/implicit_maml.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":"d1abea6ef957cede"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}