- python: 3.5+
- Pytorch: 1.0+
python maml.py
You can modify the detailed parameters according to the definition in maml.py.
python maml.py --test
By default, you can directly add the test argument to test the model obtained from the same aruguments setting.
mode_path = utils.get_path_from_args(args)
You can also modify the code in maml.py manually since the arguments may vary for training and testing process.
mode_path = '9b8290dd3f63cbafcd141ba21282c783'
This code refers code from: waterhorse1/MELU_pytorch.