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
In nn_pose_classifier.py: remove device as an object attribute and instead pass device as a parameter in each inference or training method to avoid saving the model with a device attached to it (causing issues when loading it on a different device).