Open lucas-langlois opened 3 years ago
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 : 1) module 'keras.utils' has no attribute 'generic_utils' = found the way around that with %env SM_FRAMEWORK=tf.keras before loading segmentation-models 2) when training the model
ValueError Traceback (most recent call last)
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. Thank you very much for the help. No chance I would have been able to debug that by myself.
Yes that was it! Works like a charm now. Thank you very much for the help. No chance I would have been able to debug that by myself.
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