You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/api.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ General usage instructions for :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bi
11
11
For larger scale projects, :class:`~bioscan_dataset.BIOSCAN5M` is a superset of :class:`~bioscan_dataset.BIOSCAN1M` and will provide five times more samples to train on.
12
12
On the other hand, if 5 million samples is too much to handle, you can ignore the ``"pretrain"`` partition (train using the ``"train"`` partition only), which reduces the dataset to less than 400k samples.
13
13
14
-
The accompanying functions :func:`~bioscan_dataset.load_bioscan1m_metadata`, :func:`~bioscan_dataset.load_bioscan5m_metadata` and :func:`~bioscan_dataset.load_canadian_invertebrates_metadata` can be used to load the metadata from the CSV files.
14
+
The accompanying functions :func:`~bioscan_dataset.load_bioscan1m_metadata`, :func:`~bioscan_dataset.load_bioscan5m_metadata` and :func:`~bioscan_dataset.load_canadian_invertebrates_metadata` can be used to load the metadata from the CSV files.
15
15
This produces a :class:`~pandas.DataFrame` in the same format as is used for model training.
16
16
These functions do not need to be manually called when you are using :class:`~bioscan_dataset.BIOSCAN1M` , :class:`~bioscan_dataset.BIOSCAN5M` and :class:`~bioscan_dataset.CanadianInvertebrates` to work with the datasets.
0 commit comments