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
Right now importing the datajoint tables from pose_pipeline can trigger the import of tensorflow, torch or jax libraries that grab GPU memory. For many users, they are just trying to access the tables and do not need to be doing this. We need to move these library imports to the wrapper functions where they are actually needed.
The text was updated successfully, but these errors were encountered:
Right now importing the datajoint tables from pose_pipeline can trigger the import of tensorflow, torch or jax libraries that grab GPU memory. For many users, they are just trying to access the tables and do not need to be doing this. We need to move these library imports to the wrapper functions where they are actually needed.
The text was updated successfully, but these errors were encountered: