From 2ef922343cbd4d4dd32784c6ee5c2fb83942adcc Mon Sep 17 00:00:00 2001 From: Yudhisteer <59663734+yudhisteer@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:37:01 -0400 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f80e43..674ba2a 100644 --- a/README.md +++ b/README.md @@ -877,14 +877,37 @@ train_loss: 0.0258 | train_acc: 0.9955 | test_loss: 0.0286 | test_acc: 1.0000 ```

- +

+ ### 6.1 Training for Part-Segmentation +Now let's train our model for part-segmentation. Note that we will use the same loss function and optimizer as we used for the classifier. However, this time we will train our model for ```250``` epochs. Below are the results for our training: + + + ## 7. Evaluation +### 7.1 Evaluation: Classification + + + + + + + + + + + +
imageimageimage
imageimageimage
+ + + + +### 7.1 Evaluation: Part-Segmentation