byronknoll / cmix

cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.
http://www.byronknoll.com/cmix.html
GNU General Public License v3.0
613 stars 45 forks source link

Question about GPU utilization #63

Closed dillfrescott closed 6 months ago

dillfrescott commented 6 months ago

Would it be possible to utilize an nvidia gpu for pretraining?

byronknoll commented 6 months ago

It is possible, but it is more appropriate for a separate project rather than cmix. e.g. nncp and tensorflow-compress use GPU.

dillfrescott commented 6 months ago

Ah, makes sense!