-
Notifications
You must be signed in to change notification settings - Fork 18
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
Factorized Tensor slower than Neural Network Layer !!! #35
Comments
I'm also finding that the tltorch tensorized layers are significantly slower than the standard torch fully connected layers. Did you ever find a solution to this issue? |
What implementation do you use? reconstructed or factorized? |
I verified the runtime of both factorized and reconstructed implements, but also the inference time is still slower than Neural Network.
|
The text was updated successfully, but these errors were encountered: