Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
tags:
|
7 |
+
- network
|
8 |
+
- mamba
|
9 |
+
- netmamba
|
10 |
+
- mae
|
11 |
+
---
|
12 |
+
# NetMamba
|
13 |
+
The pre-trained checkpoint of NetMamba.
|
14 |
+
For more details, please refer to our [Arxiv paper](https://arxiv.org/abs/2405.11449) or [github repo](https://github.com/wangtz19/NetMamba).
|