Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ The evaluation results are available in [GAIA paper](https://arxiv.org/abs/2509.
|
|
| 15 |
which also provides full details of the model architecture and hyperparameters.
|
| 16 |
|
| 17 |
The original SNet-T25 was trained with our in-house framework;
|
| 18 |
-
we provide a converted checkpoint that can be used directly with [
|
| 19 |
To enable compatibility, the user only need to apply the following minor modifications:
|
| 20 |
- Modify line 5 in `SevenNet/sevenn/__init__.py` to, e.g., `__version__ = '0.11.0'`. This allows the user to use it without installing SevenNet.
|
| 21 |
- Comment out line 332 in `SevenNet/sevenn/checkpoint.py`, i.e., `assert len(missing) == 0, f'Missing keys: {missing}'`
|
|
|
|
| 15 |
which also provides full details of the model architecture and hyperparameters.
|
| 16 |
|
| 17 |
The original SNet-T25 was trained with our in-house framework;
|
| 18 |
+
we provide a converted checkpoint that can be used directly with [SevenNet framework](https://github.com/MDIL-SNU/SevenNet).
|
| 19 |
To enable compatibility, the user only need to apply the following minor modifications:
|
| 20 |
- Modify line 5 in `SevenNet/sevenn/__init__.py` to, e.g., `__version__ = '0.11.0'`. This allows the user to use it without installing SevenNet.
|
| 21 |
- Comment out line 332 in `SevenNet/sevenn/checkpoint.py`, i.e., `assert len(missing) == 0, f'Missing keys: {missing}'`
|