Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 474 Bytes

MAML

A MAML meta Learning framework based on PyTorch

How to run our framework?

Pease run the MAML.py file. You can also change the parameters by eiditing the Get_Args.py file.

Task construction module

This project contains a task generation file, which can generate the encapsulated tasks. Each task contains two part x and y that equals a tuple respectively x=(x^spt and x^qry) y=(y^spt and y^qry)

This project contains graph,picture and grid data training exapmle