amc icon indicating copy to clipboard operation
amc copied to clipboard

The linearRegression.fit() is too slow.

Open zeng-hello-world opened this issue 4 years ago • 1 comments

https://github.com/mit-han-lab/amc/blob/040d83fe9f0288556c8afe363c190e763425a6fe/lib/utils.py#L130

zeng-hello-world avatar May 27 '20 09:05 zeng-hello-world

I don't understand why the export_model step need to use LinearRegression.fit(). The whole export_model process is very slow

wu-leaf avatar Jul 20 '20 14:07 wu-leaf