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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ Selene is a Python library and command line interface for training deep neural n
9
9
We recommend using Selene with Python 3.6 or above.
10
10
Package installation should only take a few minutes (less than 10 minutes, typically ~2-3 minutes) with any of these methods (conda, pip, source).
11
11
12
-
**Install [PyTorch](https://pytorch.org/get-started/locally/).** If you have an NVIDIA GPU, install a version of PyTorch that supports it--Selene will run much faster with a discrete GPU.
12
+
**First, install [PyTorch](https://pytorch.org/get-started/locally/).** If you have an NVIDIA GPU, install a version of PyTorch that supports it--Selene will run much faster with a discrete GPU.
13
+
The library is currently compatible with PyTorch versions between 0.4.1 and 1.4.0.
14
+
We will continue to update Selene to be compatible with the latest version of PyTorch.
13
15
14
16
### Installing selene with [Anaconda](https://www.anaconda.com/download/) (for Linux):
- `report_gt_feature_n_positives`: Default is 10. In total, each class/feature must have more than `report_gt_feature_n_positives` positive examples in the test set to be considered in the performance computation. The output file that reports each class's performance will report 'NA' for classes that do not have enough positive samples.
191
194
- `use_cuda`: Default is False. Specify whether CUDA-enabled GPUs are available for torch to use.
192
195
- `data_parallel`: Default is False. Specify whether multiple GPUs are available for torch to use.
196
+
- `use_features_ord`: Default is None. Specify an ordered list of features for which to run the evaluation. The features in this list must be identical to or a subset of `features`, and in the order you want the resulting `test_targets.npz` and `test_predictions.npz` to be saved.
193
197
194
198
#### Additional notes
195
199
Similar to the `train_model` configuration, any arguments that you find in [the documentation](https://selene.flatironinstitute.org/selene.html#evaluatemodel) that are not present in the function-type value's arguments are automatically instantiated and passed in by Selene.
0 commit comments