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

[Speedster] optimize_model function transfers the original model from the GPU to the CPU #273

Open
mfumanelli opened this issue Mar 17, 2023 · 6 comments
Labels
good first issue Good for newcomers speedster Issue related to the Speedster App

Comments

@mfumanelli
Copy link
Contributor

Problem

The optimize_model function transfers the original model from the GPU to the CPU:

image

Desired Behavior

Maintaining the model on the initial device.

@mfumanelli mfumanelli added the good first issue Good for newcomers label Mar 17, 2023
@LuigiCerone
Copy link

I can try to work on this @mfumanelli! 🌈

@mfumanelli
Copy link
Contributor Author

I can try to work on this @mfumanelli! 🌈

@valeriosofi valeriosofi added the speedster Issue related to the Speedster App label Mar 28, 2023
@youssefadr
Copy link

Hello @LuigiCerone, I see there was no PR related to this issue in the previous months, are you still planning to work on this? If not can I tackle this issue @mfumanelli?

@LuigiCerone
Copy link

Hello @youssefadr, go for it! Thanks :)

@LuigiCerone LuigiCerone removed their assignment Aug 21, 2023
@youssefadr
Copy link

Great, I'll make a PR soon!

@youssefadr
Copy link

I am working on it and debugging to evaluate where the bug comes from, if someone has already worked on it and has more insights, I'll be happy to listen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers speedster Issue related to the Speedster App
Projects
None yet
Development

No branches or pull requests

4 participants