From 8a43501bac22ee081af104a590b6cb4c154199c0 Mon Sep 17 00:00:00 2001 From: thomas chaton Date: Tue, 21 Sep 2021 09:57:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ca3c3332..8e5a53bf7b 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ predictions = trainer.predict(model, dm) ### Flash Training Strategies -Training strategy are PyTorch SOTA Training Recipes which can be utilized with a given task. +Training strategies are PyTorch SOTA Training Recipes which can be utilized with a given task. Check out this [example](https://github.com/PyTorchLightning/lightning-flash/blob/master/flash_examples/integrations/learn2learn/image_classification_imagenette_mini.py) where the `ImageClassifier` supports 4 [Meta Learning Algorithms](https://lilianweng.github.io/lil-log/2018/11/30/meta-learning.html) from [Learn2Learn](https://github.com/learnables/learn2learn).