diff options
author | jvech <jmvalenciae@unal.edu.co> | 2023-10-21 11:08:50 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2023-10-21 11:08:50 -0500 |
commit | 8abcac7b3b42609f349b8a9cb132bae9746ba576 (patch) | |
tree | 89751a747d873576e3ecb60e21483747ea211967 /doc/ml.1 | |
parent | 5e7240fbe867e1dd3008e737995cda45d63c5083 (diff) |
setup: Install and uninstall rules added
The man page must have a section specifying where to save configurations
files for loading the network architecture and weights.
Diffstat (limited to 'doc/ml.1')
-rw-r--r-- | doc/ml.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH ML "1" "September 2023" "ml 0.1" "User Commands" +.TH ML "1" "October 2023" "ml 0.1" "User Commands" .SH NAME ml \- manual page for ml 0.1 .SH SYNOPSIS @@ -30,3 +30,10 @@ Output file (only works with predict) \f(CW$ ml predict housing.json -o predictions.json\fR .SH AUTHOR Written by vech +.SH COPYRIGHT +Copyright \(co 2023 jvech +.PP +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. |