mirror of
https://github.com/ltcptgeneral/IdealRMT-DecisionTrees.git
synced 2025-09-04 06:17:24 +00:00
update readme
This commit is contained in:
10
README.md
10
README.md
@@ -20,4 +20,12 @@ Run `extract_all_datasets.py` which will extract the data from each file in `dat
|
||||
|
||||
## Training
|
||||
|
||||
Run `DecisionTree.ipynb`, the tree should be output in `tree`
|
||||
Run `DecisionTree.ipynb`, the tree should be output in `tree.json`
|
||||
|
||||
## Compression
|
||||
|
||||
Run `TreeCompress.ipynb`, the tree should be output in `compressed_tree.json`
|
||||
|
||||
## RMT
|
||||
|
||||
Run `TreeToRMT.ipynb`, it will report the TCAM and SRAM usage of the compressed tree
|
Reference in New Issue
Block a user