File size: 549 Bytes
9a09fb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
## Recipes and Scripts
### Azure
We strongly recommend to start with AzureML recipe in the ```azureml``` folder.
If you have a custom infrastructure (e.g. HPC clusters) or Azure VM and VMSS based environments, please refer to the bash scripts in the ```azure``` folder.
### MoE
Please see the ```MoE``` folder for different training recipes and scripts for Mixture-of-expert based models.
### Curriculum Learning
Curriculum learning recipes are in the ```curriculum_learning``` folder. Please refer to the detailed tutorials linked inside.
|