Update model card
Browse files
README.md
CHANGED
|
@@ -48,8 +48,8 @@ properties of biological visual systems.
|
|
| 48 |
| Architecture | Type | Description |
|
| 49 |
|-------------|------|-------------|
|
| 50 |
| **DyRCNNx8** | Recurrent | 8-layer dynamic RCNN with configurable recurrence types (full, self, depthwise, pointwise) and feedback/skip connections |
|
| 51 |
-
| **CorNet-RT** | Recurrent | CORnet model of the primate ventral visual stream with anatomically-inspired recurrent connections between areas V1, V2, V4, IT |
|
| 52 |
-
| **CordsNet** |
|
| 53 |
|
| 54 |
### Training
|
| 55 |
|
|
@@ -90,7 +90,6 @@ models/
|
|
| 90 |
{model_config}/
|
| 91 |
{dataset}/
|
| 92 |
trained-best.pt # Best checkpoint weights
|
| 93 |
-
trained-epoch=N.pt # Per-epoch checkpoints
|
| 94 |
trained.pt.config.yaml # Training hyperparameters
|
| 95 |
|
| 96 |
reports/
|
|
|
|
| 48 |
| Architecture | Type | Description |
|
| 49 |
|-------------|------|-------------|
|
| 50 |
| **DyRCNNx8** | Recurrent | 8-layer dynamic RCNN with configurable recurrence types (full, self, depthwise, pointwise) and feedback/skip connections |
|
| 51 |
+
| **CorNet-RT** | Recurrent | CORnet model of the primate ventral visual stream with anatomically-inspired recurrent connections between areas V1, V2, V4, IT ([Kubilius et al., 2018](https://arxiv.org/abs/1909.06161)) |
|
| 52 |
+
| **CordsNet** | Recurrent | Scale-invariant contour integration with recurrent dynamics ([Soo et al., 2024](https://github.com/wmws2/cordsnet)) |
|
| 53 |
|
| 54 |
### Training
|
| 55 |
|
|
|
|
| 90 |
{model_config}/
|
| 91 |
{dataset}/
|
| 92 |
trained-best.pt # Best checkpoint weights
|
|
|
|
| 93 |
trained.pt.config.yaml # Training hyperparameters
|
| 94 |
|
| 95 |
reports/
|