summaryrefslogtreecommitdiff
path: root/notebooks/04-convnext.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'notebooks/04-convnext.ipynb')
-rw-r--r--notebooks/04-convnext.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/notebooks/04-convnext.ipynb b/notebooks/04-convnext.ipynb
index b8d4e56..5ab71c8 100644
--- a/notebooks/04-convnext.ipynb
+++ b/notebooks/04-convnext.ipynb
@@ -77,7 +77,7 @@
{
"data": {
"text/plain": [
- "{'_target_': 'text_recognizer.networks.convnext.ConvNext', 'dim': 16, 'dim_mults': [2, 4, 8], 'depths': [3, 3, 6], 'downsampling_factors': [[2, 2], [2, 2], [2, 2]], 'attn': {'_target_': 'text_recognizer.networks.convnext.TransformerBlock', 'attn': {'_target_': 'text_recognizer.networks.convnext.Attention', 'dim': 128, 'heads': 4, 'dim_head': 64, 'scale': 8}, 'ff': {'_target_': 'text_recognizer.networks.convnext.FeedForward', 'dim': 128, 'mult': 4}}}"
+ "{'_target_': 'text_recognizer.network.convnext.ConvNext', 'dim': 16, 'dim_mults': [2, 4, 8], 'depths': [3, 3, 6], 'downsampling_factors': [[2, 2], [2, 2], [2, 2]], 'attn': {'_target_': 'text_recognizer.network.convnext.TransformerBlock', 'attn': {'_target_': 'text_recognizer.network.convnext.Attention', 'dim': 128, 'heads': 4, 'dim_head': 64, 'scale': 8}, 'ff': {'_target_': 'text_recognizer.network.convnext.FeedForward', 'dim': 128, 'mult': 4}}}"
]
},
"execution_count": 38,