Add gpu testing in CI
See https://betterprogramming.pub/gpu-ci-tests-using-kaggle-90e4f88a43b3.
Blocked by https://github.com/namiyousef/colab-utils/issues/12
The problem is that the Kaggle runner uses Python 3.7. It doesn't seem like they provide support for other python versions, so this will remain an open issue. See this issue from the author of the action.
Note that test_trainer alsready has a test_cuda function. Not sure if this helps at all?
Note that test_trainer alsready has a
test_cudafunction. Not sure if this helps at all?
Yes but it's never actually tested because the default environment of GitHub actions does not have cuda installed.