/Robust-MAML

Robust MAML for domain generalization in speaker embedding.

Primary LanguagePython

These codes prepared for maml related experiments.
Futher detail see */README.TXT


Layout:
=======

--std-maml
  "standard maml experiments"

	--main.py
          "standard maml trained with pair data"  

	--main_partial.py
          "standard maml trained with partial data"

--r-maml
  "robust maml experiments"

	--main.py
          "robust maml trained with pair data"

	--main_partial.py
          "robust maml trained with partial data"

--mct
  "multi-conditional training experiments"

	--main.py
          "both for pair data and partial data, just
          revised the input data, please refer mct/test.sh"