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
+59-3Lines changed: 59 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,18 @@ The Gennet framework is based on tensorflow, click [here](GenNet_utils/LocallyDi
23
23
24
24
## 2. Getting started
25
25
26
+
GenNet can be used in two ways:
27
+
- Manual installation: clone the repository and set up the virtual environment.
28
+
- Use the docker image.
29
+
30
+
### 1. Manual installation
31
+
26
32
Follow the instructions below to get started.
27
33
28
34
> [!TIP]
29
35
> Check the [A to Z Colab tutorial](https://colab.research.google.com/github/ArnovanHilten/GenNet/blob/master/examples/A_to_Z/GenNet_A_to_Z.ipynb) for an overview on how to use GenNet with your own data!
30
36
31
-
### Prerequisites:
37
+
####Prerequisites:
32
38
33
39
- GenNet is optimized to use Tensorflow on CPU using multiple-cores as sparse matrix multiplcations does not benefit from GPU acceleration. We are currently restricting testing and recommending using:
34
40
@@ -38,13 +44,13 @@ Follow the instructions below to get started.
38
44
39
45
40
46
41
-
### Clone the repository
47
+
####Clone the repository
42
48
43
49
Open terminal. Navigate to the a place where you want to store the project. Clone the repository:
0 commit comments