Roy Chan
Roy Chan
> > Agree. Hopefully someone can look into that option soon. @mdatres You could make a source build using the "tf-1.x" branch. I believe it exports into a frozen graph....
> The code of clustering labels is already in src/cluster.py. For example `python ./src/cluster.py --dataset amazon670k --id $1` More information, please refer to #3 and #4 I try to run...
> Hello, For OOM, It can be solve by [0a04646](https://github.com/kongds/LightXML/commit/0a04646535053f24608bf3ca88bc631d18f4d91c) to replace the `mlb = MultiLabelBinarizer()` with `mlb = MultiLabelBinarizer(sparse_output=True)`. > > For the label size between 1k and 2k,...