AttributeError: 'Activation' object has no attribute 'get_output_at' #1511
Replies: 3 comments 7 replies
-
Hi @NishaAkole 👋 , docTR requires TF <2.16 atm but we have the upgrade on track in #1461 |
Beta Was this translation helpful? Give feedback.
-
Had same error and it was fixed by downgrading tensorflow version from 2.16.1 to 2.15.1 |
Beta Was this translation helpful? Give feedback.
-
I just did a whole lot of driver updates so this is currently not viable for me without back-tracking my drivers, CUDA, & TensorRT install (Which is kind of a pain, I just did a kernel update too while I was doing all of that to prep my PC for this avenue.) What is the status on this update? I'm sitting on TF 2.18 currently. The older compatible version won't install for me, I end up with the following errors:
I am currently running Python 3.11. Is there anything we can do to help move it forward? Maybe a work-around in the meantime? Is this PR related to the update? - #1724 Thank you for everything you do. |
Beta Was this translation helpful? Give feedback.
-
I am trying to train the custom model on my dataset. Earlier I used PyTorch version of detection model and there were some errors in the script I could not resolve. So, I tried Tensorflow version, and stuck at this error on line no 134 in tensorflow.py script.
Beta Was this translation helpful? Give feedback.
All reactions