IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2018, 12:54:01 PM (8 years ago)
Author:
eugene
Message:

add jdtolst function; add nnet write function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/nnet.c

    r40371 r40376  
    99  {1, "get",      nnet_get,      "get nnet node values"},
    1010  {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"},
    1212  {1, "train",    nnet_train,    "train nnet on a set of data"},
    1313  {1, "apply",    nnet_apply,    "apply nnet to a set of data"},
     
    2727    gprint (GP_ERR, "    nnet get    (nnet) [weights] [biases] ... [weights] [biases] : get nnet weights (images) and biases (vectors)\n");
    2828    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");
    2930    gprint (GP_ERR, "    nnet train  (nnet) [input] [input] ... [output] [output] ... : train nnet on data from a set of vectors\n");
    3031    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.