zkmkarlsruhe / ofxTensorFlow2

TensorFlow 2 AI/ML library wrapper for openFrameworks
Other
109 stars 16 forks source link

question, tf version #6

Closed natxopedreira closed 3 years ago

natxopedreira commented 3 years ago

Hello

Thanks for that addon, i want to move some python code i had to c++ in oF but i need to get a new machine. Seems like now is very hard to find a 2080 so i must go for 3080 but this last one seems to work only with cuda 11 and tf > 2.4

Have you tested this addon with that config?

Thank you!!

danomatika commented 3 years ago

The current version of TF is 2.4. We will updated to 2.5 soon.

Personally, I cannot say much about configurations but if it runs TF2, then it should work with this addon as the addon is simply a wrapper.

danomatika commented 3 years ago

Also, you can try TF 2.5 yourself. Edit the version number in scripts/download_tensorflow.sh and re-run the script to download. You may need to clean and/or regenerate your project files.

natxopedreira commented 3 years ago

If i finally get a 3000 series will do and post results

Im worried about move to 3000 series because tf repo has several issues related, seems like a problem with versions tf+cuda+cudnn, so thats why im asking if you had experience on those cards/config.

Thank you!!!

danomatika commented 3 years ago

seems like a problem with versions tf+cuda+cudnn

I would keep an eye on what they say there. We have a couple ML dev machines, but I don't know the specs and @bytosaur is on vacation. He may respond to this in a week or so.

natxopedreira commented 3 years ago

Thank you!!!!

bytosaur commented 3 years ago

Hey @natxopedreira , sorry for the late response! In my current ofxTensorFlow2 setup I am using a 2070 Super with TF 2.5, Cuda 11.2 and the 460 driver. I can't guarantee that it will work with 3000er but I am super optimistic!

natxopedreira commented 3 years ago

thanks for the update!!

:) im also optimistic, but.... i will try to find a 2080 ti as seems more reliable for now as i need a stable setup and can not wait too much to fix issues.