-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for Tensorflow 2.4 #440
Comments
Are you sure it's not working? I'm using the repo with TF2.3.0. |
Yeah I had it running fine previously. But now with Tensorflow 2.4.3 (the only one that would recognize the RTX3090) here are the error message I'm getting :
ValueError Traceback (most recent call last)
ValueError: in user code:
|
Sorry, can't help you with that. |
Can confirm this repo works with my 3090: a docker container in linux. |
See #412 if you haven't already, it looks like it might be related? |
Yes that was it! Works like a charm now. |
Hey, I tried the same approach its working fine, but I'm not able to use my GPU. Can you assist? Thanks in advance! |
Hi,
I've just acquired a new machine with the lastest GPU RTX3090. This GPU is only supported for CUDA 11 meaning that I can only use the latest version of tensorflow (2.4).
I know that for now segmentation-models only works for tensorflow 2.1. I would really like to use your library to do some semantic segmentation but it seems that I am stuck.
Would you be able to estimate when tensorflow 2.4 support might be available ? Or any other ideas for me in the midtime ?
Thank you very much
The text was updated successfully, but these errors were encountered: