├── README.md ├── accumulator.py ├── data.py ├── layers.py ├── main.py ├── model.py ├── run_mimgnet_5way1shot.sh ├── run_mimgnet_5way5shot.sh ├── run_mnist.sh ├── run_omniglot_20way1shot.sh └── run_omniglot_5way1shot.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/README.md -------------------------------------------------------------------------------- /accumulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/accumulator.py -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/data.py -------------------------------------------------------------------------------- /layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/layers.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/model.py -------------------------------------------------------------------------------- /run_mimgnet_5way1shot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/run_mimgnet_5way1shot.sh -------------------------------------------------------------------------------- /run_mimgnet_5way5shot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/run_mimgnet_5way5shot.sh -------------------------------------------------------------------------------- /run_mnist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/run_mnist.sh -------------------------------------------------------------------------------- /run_omniglot_20way1shot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/run_omniglot_20way1shot.sh -------------------------------------------------------------------------------- /run_omniglot_5way1shot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haebeom-lee/maml/HEAD/run_omniglot_5way1shot.sh --------------------------------------------------------------------------------