AnoushkaJain3
commited on
Commit
•
c871a3d
1
Parent(s):
2ff2a55
Update README.md
Browse files
README.md
CHANGED
@@ -53,10 +53,10 @@ There are two tutorial notebooks:
|
|
53 |
If you have your own manually curated data (e.g., from other species), this notebook allows you to train a new model using your specific data.
|
54 |
Here you need to follow the three steps mentioned before but you need to provide your manually curated labels.
|
55 |
|
56 |
-
train_model is the main function to
|
57 |
https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.train_model
|
58 |
|
59 |
-
|
60 |
from spikeinterface.curation.train_manual_curation import train_model
|
61 |
|
62 |
trainer = train_model(mode = "analyzers",
|
|
|
53 |
If you have your own manually curated data (e.g., from other species), this notebook allows you to train a new model using your specific data.
|
54 |
Here you need to follow the three steps mentioned before but you need to provide your manually curated labels.
|
55 |
|
56 |
+
train_model is the main function to train your model. API Link:
|
57 |
https://spikeinterface--2918.org.readthedocs.build/en/2918/api.html#spikeinterface.curation.train_model
|
58 |
|
59 |
+
# example use of train_model function
|
60 |
from spikeinterface.curation.train_manual_curation import train_model
|
61 |
|
62 |
trainer = train_model(mode = "analyzers",
|