Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 752 Bytes

TDM.md

File metadata and controls

29 lines (19 loc) · 752 Bytes

Run TDM

TDM has three major steps:

  • Initialize tree
  • Train deep model
  • Cluster tree

The various generated files during these steps will be located in the paths specified in tdm.conf files.

The first step is Initializing tree:

$ ./tasks/bin/tdm-initialize-tree --tdmConfFile configs/tdm.conf

The second step is training the deep model:

$ ./tasks/bin/tdm-train-deep-model --tdmConfFile configs/tdm.conf

The third step is clustering tree:

$ ./tasks/bin/tdm-cluster-tree --tdmConfFile configs/tdm.conf

The rest part is re-training the deep model and then re-clustering the tree, which are the same as the second and third step.