Skip to content
Snippets Groups Projects
Commit 73cf6684 authored by Wagner Gonçalves Pinto's avatar Wagner Gonçalves Pinto
Browse files

Update README.md

parent b40c73eb
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ conda env create -f conda_env.yml --verbose
Folder [deconvnetlib](deconvnetlib) contains the DeconvNet implementation and scripts associated with the database generation and loading. Neural network architecture is defined in [deconvnetlib/network.py](deconvnetlib/network.py). Folder [beamlib](beamlib) is a git-submodule of a library used for beamforming.
Scripts `generate.py`, `train.py` and `test.py` provide interfaces to performing database generation, neural network training and testing from a shell script. Example of calls and a description of the flags are presented next. More elaborate scripts are available in the [templates](templates) folder.
Scripts `generate.py`, `train.py` and `test.py` provide interfaces to performing database generation, neural network training and testing from a shell script. Example of calls and a description of the flags are presented next. More elaborate scripts can be found in the [templates](templates) folder.
### Generating the database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment