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
The PyTorch compute graphs for these algoriths are packaged as `edgeml_pytorch.graph`.
12
+
The PyTorch graphs for these algoriths are packaged as `edgeml_pytorch.graph`.
13
13
Trainers for these algorithms are in `edgeml_pytorch.trainer`.
14
14
Usage directions and examples for these algorithms are provided in
15
15
`$EDGEML_ROOT/examples/pytorch` directory. To get started with any
@@ -20,7 +20,9 @@ of the provided algorithms, please follow the notebooks in the the
20
20
21
21
22
22
It is highly recommended that EdgeML be installed in a virtual environment.
23
-
Please create a new virtual environment using your environment manager ([virtualenv](https://virtualenv.pypa.io/en/stable/userguide/#usage) or [Anaconda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands)).
23
+
Please create a new virtual environment using your environment manager
24
+
([virtualenv](https://virtualenv.pypa.io/en/stable/userguide/#usage) or
The TensorFlow compute graphs for these algoriths are packaged as
13
13
`edgeml_tf.graph`. Trainers for these algorithms are in `edgeml_tf.trainer`.
@@ -19,7 +19,9 @@ the notebooks in the `examples/tf` directory.
19
19
## Installation
20
20
21
21
It is highly recommended that EdgeML be installed in a virtual environment.
22
-
Please create a new virtual environment using your environment manager ([virtualenv](https://virtualenv.pypa.io/en/stable/userguide/#usage) or [Anaconda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands)).
22
+
Please create a new virtual environment using your environment manager
23
+
([virtualenv](https://virtualenv.pypa.io/en/stable/userguide/#usage) or
0 commit comments