Skip to content

carlosfudan/MAML-TF2.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAML-TF2.2

Requirements

pip install requirements.txt

Datasets

Omniglot

  1. Download Omniglot dataset and extract the contents of images_background.zip and images_evaluation.zip to ./datasets/omniglot/
git clone [email protected]:brendenlake/omniglot.git
datasets/omniglot
|-- images_background
|-- images_evaluation
  1. Modify parameters in config.py, such as batchsize, lr ,update step, ...
  • train model -> please set cfg.mode = True
  • test model -> please set cfg.mode = False
  1. Run the main python script(trian or test)
python main.py

Releases

No releases published

Packages

No packages published

Languages