Skip to content

Commit 08e5526

Browse files
committed
Improve dnn docs
1 parent fe36b27 commit 08e5526

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

wirecell/dnn/docs/dnnroi.org

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
#+title: DNNROI support
22

3+
* Example usage
4+
5+
Use online help:
6+
7+
#+begin_example
8+
wirecell-dnn --help
9+
wirecell-dnn train --help
10+
#+end_example
11+
12+
** Configuration file
13+
14+
You may start by copying a file from [[file:../cfg/][../cfg/]] and modify to match your needs. In particular you will need training files and a compatible "app" listed.
15+
16+
** Train
17+
18+
#+begin_example
19+
wirecell-dnn -L debug train -d cuda --cache -c wirecell/dnn/cfg/hyu-pdvd.cfg -s hyu-pdvd.pt
20+
wirecell-dnn dump hyu-pdvd.pt
21+
#+end_example
22+
23+
324
* Input data
425

526
The full file set provide two subsets: "rec" giving reconstructed signal
@@ -152,6 +173,7 @@ Cache holds post transformed arrays is in CPU memory and only is reused with
152173
more than one epoch. When cache is on, the data is preloaded before training.
153174

154175

155-
* Other things
176+
* How to add new models
177+
178+
* How to add new apps
156179

157-
light

0 commit comments

Comments
 (0)