submitted by /u/AM_DS
[visit reddit] [comments]
TF 1.x with CUDA 11.x
How can I install TF 1.x with CUDA 11.x with GPU support (for RTX 3xxx series)? All tutorials are outdated today. Wanna run a Mask R-CNN. Even the one with TF 2.x support, doesnt work with CUDA 11.x, rather than with CUDA 10.x
submitted by /u/giakou4
[visit reddit] [comments]
How to create a layer without an Input.
Hi,
In deep rl algorithm like PPO, a continuous stochastic policy is represented by Normal Distribution. For this the recommended way of creating a Normal Distribution is to get the mean by passing the state through NN and then using a state independent layer to predict log_std. This layer which predicts log_std should be trainable using backprop just like biases. So how to create this layer in tensorflow 2.
submitted by /u/Better-Ad8608
[visit reddit] [comments]
Short question: Do apps work with a higher version of CUDA if they specified a lower version as requirement? Or should I exactly match the version?
Extra explanations: I want to use GPU in TF and Matlab. The first one says I need CUDA 11.2 and the second one mentions CUDA 10.1. Currently the latest available CUDA drivers are 11.6.1. Can I just install the latest version and hope they all work well?
submitted by /u/idreamlord
[visit reddit] [comments]
Switch CUDA versions
I am trying to run a project which only supports tf 2.2, but I have CUDA 11.x which is not supported by TF 2.2 for GPU support. Is there a way to install CUDA 10.1 and 11.6 and switch between them?
Edit: RTX 3xxx support CUDA 11.x. The repository (Mask R-CNN support TF 2.2, which works with CUDA 10.x for GPU support). I realise I cannot train with GPU…
submitted by /u/giakou4
[visit reddit] [comments]
Tensorflow Certification Test text embedding
Hi, is it valid to use pretrained text embeddings ?Ike Universal Sentence Encoder.
Also in the text they expect us to achieve 90 accuracy or higher in all the problems?
submitted by /u/Bubbly_Ad2182
[visit reddit] [comments]
Gil Makleff and Artem Koren are developing AI for meeting transcripts, creating time-savers like shareable highlights of the text that is often TL;DR (too long; didn’t read). The Sembly founders conceived the idea after years of working in enterprise operational consulting at UMT Consulting Group, which was acquired by Ernst & Young. “We had an Read article >
The post Startup Transforms Meeting Notes With Time-Saving Features appeared first on NVIDIA Blog.

![]() |
submitted by /u/RAIDAIN [visit reddit] [comments] |
Talk about a bright idea. A team of scientists has used GPU-accelerated deep learning to show how color can be brought to night-vision systems. In a paper published this week in the journal PLOS One, a team of researchers at the University of California, Irvine led by Professor Pierre Baldi and Dr. Andrew Browne, describes how Read article >
The post A Night to Behold: Researchers Use Deep Learning to Bring Color to Night Vision appeared first on NVIDIA Blog.
I’m thinking of making an Arduino based program where it captures audio from me or someone saying something or playing something on a musical instrument, and uses that to check similarities between a database of audio files I’ve created using TensorFlow. Is this possible with TensorFlow and Arduino? Thanks!
submitted by /u/padam11
[visit reddit] [comments]