-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyTorch backend doesn't work in Kaggle notebook #150
Comments
I deleted tensorflow and keras, restarted kernel, and then kecam started to use pytorch backend. |
Sorry for the late reply. Just back from a vacation. |
The problem is not about os variable. Kecam creates tensorflow (not pytorch) model even if variable was set to 'torch' in situation when environment has both pytorch and tensorflow. I'm not sure about google collab or desktop jupyter, I met problem in Kaggle notebook. You can check again my first post. |
Ya, It should work not matter colab or kaggle notebook. Here's my basic kaggle notebook test kaggle kecam_test. |
I'm trying to run model on Kaggle notebook using PyTorch backend. I guess notebook by defaul has both Tensorflow and PyTorch. And because of that package create tensorflow model no matter if environ set to "torch".
Code:
Output:
The text was updated successfully, but these errors were encountered: