简体   繁体   中英

Tensorflow 2.4 and Nvidia NVS 310

I trained some models with tensorflow 2.4 and I'm looking for some help from gpu and I install:

  1. CUDA 11.0
    1. cuDNN 8.0.4
    1. Tensorflow 2.4

My gpu:

Nvidia NVS 310

But still when I import tensorflow library it give me callbacks with some problems, when I use this:
 tf.config.list_physical_devices('GPU')

I got nothing. I looked a lot and thought that my gpu (NVS 310) is not support by tensorflow 2.4. Can someone if I'm right or not? Thanks a lot!

That's a chip from 2012. (Fermi architecture). You'd need a Kepler or better card; Fermi hasn't been supported since at least driver version 384.111

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM