ctrl: allow to erasing training data leaving graph files
This commit is contained in:
parent
9b80517eda
commit
4c5cf2503e
4 changed files with 24 additions and 4 deletions
|
|
@ -118,6 +118,7 @@ private:
|
|||
int cmdNodeSave ();
|
||||
int cmdNodeLoad ();
|
||||
int cmdNodeErase ();
|
||||
int cmdNodeEraseTraining ();
|
||||
int cmdNodeDelete ();
|
||||
int cmdNodeCheck ();
|
||||
int cmdNodeCache ();
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ public:
|
|||
int32_t storageToBotFile (int32_t options);
|
||||
|
||||
// remove all bot related files from disk
|
||||
void unlinkFromDisk ();
|
||||
void unlinkFromDisk (bool onlyTrainingData);
|
||||
|
||||
public:
|
||||
// loading the graph may attempt to recurse loading, with converting or download, reset retry counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue