Skip to content

Commit f9ad7f8

Browse files
authored
Update readMe.md
1 parent 947c613 commit f9ad7f8

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

readMe.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Highlights:
77
- Hierarchical neural networks solve the recognition task from muscle spindle inputs.
88
- Individual neural network units resemble neurons in primate somatosensory cortex, and networks make predictions for other areas along the proprioceptive pathway.
99

10-
### Structure of the code
10+
# Structure of the code
1111

1212
The code is organized as follows:
1313

@@ -21,7 +21,7 @@ The code is organized as follows:
2121

2222
Each part of the code has a dedicated readMe.md to describe how to run this section (e.g. `/single_cell/readMe.md`).
2323

24-
## Runtimes and datasets:
24+
# Runtimes and datasets:
2525

2626
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.
2727

@@ -42,14 +42,13 @@ We share the weights of all the trained networks (contained in 'network-weights'
4242

4343
We share the data for analysis (activations, etc. contained in 'analysis-data'): about ~88GB.
4444

45-
## Installation, software & requirements
45+
# Installation, software & requirements
4646

4747
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
4848

49+
## Creating the dataset (via docker)
4950

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:
5352

5453
Options:
5554

@@ -99,9 +98,9 @@ docker logs containername
9998
Copy and paste the value after "token=".
10099

101100

102-
### Create the conda environment
101+
## Reproducing the analysis (after dataset creation)
103102

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:
105104

106105
```
107106
conda env create -f environment.yml

0 commit comments

Comments
 (0)