Update README.md
Browse files
README.md
CHANGED
|
@@ -17,10 +17,7 @@ Query-based panoptic detector segmenting individual particle instances with per-
|
|
| 17 |
```python
|
| 18 |
import pimm
|
| 19 |
model = pimm.from_pretrained("hf://deeplearnphysics/panda-particle")
|
| 20 |
-
``
|
| 21 |
-
|
| 22 |
-
Architecture + hyper-parameters travel in `config.json`, so no config file is
|
| 23 |
-
needed. Weights are bitwise-identical to the original checkpoint.
|
| 24 |
|
| 25 |
## Provenance
|
| 26 |
|
|
|
|
| 17 |
```python
|
| 18 |
import pimm
|
| 19 |
model = pimm.from_pretrained("hf://deeplearnphysics/panda-particle")
|
| 20 |
+
``
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Provenance
|
| 23 |
|