Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement decompression with CUDA to support ML training #502

Open
nfrechette opened this issue Mar 16, 2024 · 0 comments
Open

Implement decompression with CUDA to support ML training #502

nfrechette opened this issue Mar 16, 2024 · 0 comments

Comments

@nfrechette
Copy link
Owner

Machine training often uses raw or near raw animation data for training. While fast to sample, it consumes a huge amount of memory which can make it difficult for the training set to fit entirely into GPU memory. By allowing animation data to be kept compressed in GPU memory, it should be possible to fit the entire training set.

A simple PyTorch plugin/module could be introduced to handle compression and decompression as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant