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
The kernel has a NumPy 2.x package and a PyTorch 1.x version, these two are not compatible. Since the measurer imports torch, trying to use it in the kernel causes an error message. To allow recording of measurements e.g. during runs with Elapid / MaxEnt, a fix or update is needed.
Perhaps have a version of the measurer script that doesn't monitor PyTorch/CUDA things? It is not always needed and probably not available in every Python kernel?
The text was updated successfully, but these errors were encountered:
The kernel has a NumPy 2.x package and a PyTorch 1.x version, these two are not compatible. Since the measurer imports torch, trying to use it in the kernel causes an error message. To allow recording of measurements e.g. during runs with Elapid / MaxEnt, a fix or update is needed.
Perhaps have a version of the measurer script that doesn't monitor PyTorch/CUDA things? It is not always needed and probably not available in every Python kernel?
The text was updated successfully, but these errors were encountered: