Changeset 40376 for trunk/Ohana/src/opihi/cmd.data/nnet.c
- Timestamp:
- Mar 26, 2018, 12:54:01 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/nnet.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/nnet.c
r40371 r40376 9 9 {1, "get", nnet_get, "get nnet node values"}, 10 10 {1, "read", nnet_read, "read nnet values from a file"}, 11 //{1, "write", nnet_write, "write nnet values to a file"},11 {1, "write", nnet_write, "write nnet values to a file"}, 12 12 {1, "train", nnet_train, "train nnet on a set of data"}, 13 13 {1, "apply", nnet_apply, "apply nnet to a set of data"}, … … 27 27 gprint (GP_ERR, " nnet get (nnet) [weights] [biases] ... [weights] [biases] : get nnet weights (images) and biases (vectors)\n"); 28 28 gprint (GP_ERR, " nnet read (nnet) (filename) : set nnet weights and biases using a data file\n"); 29 gprint (GP_ERR, " nnet write (nnet) (filename) : save nnet weights and biases to a data file\n"); 29 30 gprint (GP_ERR, " nnet train (nnet) [input] [input] ... [output] [output] ... : train nnet on data from a set of vectors\n"); 30 31 gprint (GP_ERR, " nnet apply (nnet) [input] [input] ... [output] [output] ... : apply nnet to input data and generate output\n");
Note:
See TracChangeset
for help on using the changeset viewer.
