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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Highlights:
7
7
- Hierarchical neural networks solve the recognition task from muscle spindle inputs.
8
8
- Individual neural network units resemble neurons in primate somatosensory cortex, and networks make predictions for other areas along the proprioceptive pathway.
9
9
10
-
###Structure of the code
10
+
# Structure of the code
11
11
12
12
The code is organized as follows:
13
13
@@ -21,7 +21,7 @@ The code is organized as follows:
21
21
22
22
Each part of the code has a dedicated readMe.md to describe how to run this section (e.g. `/single_cell/readMe.md`).
23
23
24
-
##Runtimes and datasets:
24
+
# Runtimes and datasets:
25
25
26
26
Installation should take a few minutes (for the conda environment) and half an hour for the docker container (see below). All runtimes are for a strong computer (CPU) except the NN training, which is for a GPU.
27
27
@@ -42,14 +42,13 @@ We share the weights of all the trained networks (contained in 'network-weights'
42
42
43
43
We share the data for analysis (activations, etc. contained in 'analysis-data'): about ~88GB.
44
44
45
-
##Installation, software & requirements
45
+
# Installation, software & requirements
46
46
47
47
Dataset generation requires [OpenSim](https://opensim.stanford.edu/) and the network training requires [TensorFlow](https://www.tensorflow.org/). To easily reproduce our computational environment incl. the dependencies we are sharing a Docker container with OpenSim binaries and TensorFlow. It is available here: https://hub.docker.com/r/pranavm19/opensim/tags
48
48
49
+
## Creating the dataset (via docker)
49
50
50
-
### Starting the docker container from the image:
51
-
52
-
After pulling the docker image from the docker hub, in the terminal, start the container with the following command:
51
+
Starting the docker container from the image. After pulling the docker image from the docker hub, in the terminal, start the container with the following command:
53
52
54
53
Options:
55
54
@@ -99,9 +98,9 @@ docker logs containername
99
98
Copy and paste the value after "token=".
100
99
101
100
102
-
### Create the conda environment
101
+
##Reproducing the analysis (after dataset creation)
103
102
104
-
For the rest of the analysis, we are sharing a conda environment that has the dependencies. It can be installed by:
103
+
For the rest of the analysis, we are sharing a *conda environment that has the dependencies*. It can be installed by:
0 commit comments