You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use the CPU implementation of a function while still using GPU for the remaining dynet operations?
[When I use a function that does not have a GPU implementation and set the dynet-gpu flag, I get an error saying 'module' object has no attribute '<the_function_name>'. ]
The text was updated successfully, but these errors were encountered:
chaitanyamalaviya
changed the title
Use CPU implementation of function
Use CPU implementation of function with GPU for all other operations
Jun 27, 2017
chaitanyamalaviya
changed the title
Use CPU implementation of function with GPU for all other operations
Use CPU implementation of function but GPU for all other operations
Jun 27, 2017
Hi everyone,
Is there a way to use the CPU implementation of a function while still using GPU for the remaining dynet operations?
[When I use a function that does not have a GPU implementation and set the dynet-gpu flag, I get an error saying 'module' object has no attribute '<the_function_name>'. ]
The text was updated successfully, but these errors were encountered: