From 64953db11d35ab3b7c87e2e68abbb112adb25073 Mon Sep 17 00:00:00 2001 From: lucasdelimanogueira Date: Sat, 11 May 2024 14:36:40 -0300 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae292be..3d790b5 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,14 @@ class MyModel(nn.Module): out = self.fc2(out) return out -``` \ No newline at end of file +``` + +# 4 - Progress + +| Development | Status | Feature | +| ---------------------------- | ----------- | ---------------------------------------------------------------------- | +| Operations | in progress | | +| Loss | in progress | | +| Data | in progress | | +| Convolutional Neural Network | in progress | | +| Distributed | in progress | |