From 32602903040d314fe3dba3dd843ae33c15a50a67 Mon Sep 17 00:00:00 2001
From: Bruno Carlos <6951456+brnovasco@users.noreply.github.com>
Date: Wed, 22 May 2024 10:14:50 -0300
Subject: [PATCH] fix: docs: removing unnecessary "what is next" cards.
---
apps/docs/content/docs/components/inference.mdx | 7 +------
apps/docs/content/docs/components/network.mdx | 7 -------
apps/docs/content/docs/components/workspace.mdx | 8 +-------
3 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/apps/docs/content/docs/components/inference.mdx b/apps/docs/content/docs/components/inference.mdx
index 55053a0..79c23f4 100644
--- a/apps/docs/content/docs/components/inference.mdx
+++ b/apps/docs/content/docs/components/inference.mdx
@@ -23,9 +23,4 @@ Adds a 0-valued frame around the input image to ensure that boundary effects to
## 4 - Patch size
-Similar to Volume Padding, this parameter controls the amount of overlap between patches sampled over the target image for inference. Lower values increase classification speed at the cost of edge artifacts. In other words, it determines how much edge will be thrown away when making the inference. We throw it away because of an edge effect on each patch inside the image.
-
-
-
-
-
+Similar to Volume Padding, this parameter controls the amount of overlap between patches sampled over the target image for inference. Lower values increase classification speed at the cost of edge artifacts. In other words, it determines how much edge will be thrown away when making the inference. We throw it away because of an edge effect on each patch inside the image.
\ No newline at end of file
diff --git a/apps/docs/content/docs/components/network.mdx b/apps/docs/content/docs/components/network.mdx
index 6556132..5699332 100644
--- a/apps/docs/content/docs/components/network.mdx
+++ b/apps/docs/content/docs/components/network.mdx
@@ -193,10 +193,3 @@ In deepsirius context, fine tuning is the process of retraining a trained networ
**Behavior when `drop_classifier` is not 'selected':**
- **Full Model Restoration**: If `drop_classifier` is not set to 'Yes', all variables, including those for the classifier and optimizer, are restored. This is the default behavior when you want to load the entire model as it was originally trained, without any modifications.
-
-## What is Next?
-
-
-
-
-
diff --git a/apps/docs/content/docs/components/workspace.mdx b/apps/docs/content/docs/components/workspace.mdx
index e347b39..6da9651 100644
--- a/apps/docs/content/docs/components/workspace.mdx
+++ b/apps/docs/content/docs/components/workspace.mdx
@@ -290,10 +290,4 @@ following possible visualizations:
a secondary process that starts a tensorboard view of the logs of the training
process. The tensorboard view is a tool that helps the user to monitor the
training process of the deep learning model. The tensorboard view is available
- for the training and finetuning nodes.
-
-## What is Next?
-
-
-
-
+ for the training and finetuning nodes.
\ No newline at end of file