From 96a25528b82c53c2276dbfc00bee2850b5a441dd Mon Sep 17 00:00:00 2001 From: Eric Cardozo Date: Wed, 24 Jul 2024 19:35:09 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9923e03..a37b4a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# C++ prototype for a Deep Learning Library +# C++ Deep Learning Library ## Archived While the idea of having a full deep learning framework with autograd in C++ is nice, it's to ambitious, with limited resources I think we should focus on an inference only library first. There are to many things to consider aside from the core, like performant dataloaders, data access, tools for training, optimizers, etc. I will be working on inference only for now for some specific models.