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
ImportError: Failed to import test module: calculator_torch
...
ImportError: Failed to import test module: linear_regression
...
ImportError: Failed to import test module: model_torch
...
ImportError: Failed to import test module: nn
...
The text was updated successfully, but these errors were encountered:
Hi @yurivict. How did you get these errors, via python setup.py test? These modules based on PyTorch are not needed for the current tests. Also, we use pytest in this project instead of unittest.
tests fail with:
The text was updated successfully, but these errors were encountered: