Categories
Misc

New Year, New Energy: Leading EV Makers Kick Off 2021 with NVIDIA DRIVE

Electric vehicle upstarts have gained a foothold in the industry and are using NVIDIA DRIVE to keep that momentum going. Nowhere is the trend of electric vehicles more apparent than in China, the world’s largest automotive market, where electric vehicle startups have exploded in popularity. NIO, Li Auto and Xpeng are bolstering the initial growth Read article >

The post New Year, New Energy: Leading EV Makers Kick Off 2021 with NVIDIA DRIVE appeared first on The Official NVIDIA Blog.

Categories
Misc

tf.concat reversed arguments?

I’m reading through some academic code and I’ve come across a
line that looks like this

gen1 = tf.concat(3, [gen1, e6]) 

According to the Tensorflow
documentation
, the signature is

tf.concat( values, axis, name='concat' ) 

which means the line I found doesn’t make any sense. I thought
that perhaps it was different in an older version, but it’s the
same in the
Tensorflow 1 documentation
too!

When I switch the arguments, it works. Is there any explanation
for this madness?

submitted by /u/inductionhob

[visit reddit]

[comments]

Categories
Misc

train model with tensorflow api

Hello everyone, I am starting to use tensorflow and I would like
to know if you can recommend an updated tutorial on how to create
my own object detector using the tensorflow api (learning
transfer), thanks !!

submitted by /u/legendarypegasus

[visit reddit]

[comments]

Categories
Misc

Number of training samples during fit is less than the original number of training samples

My X_train has 316175 samples and I am trying to fit it on a
sequential model. But after running fit method, the number of
samples shows up to be 1236 during each epoch. Here’s how I am
fitting the model.

model.fit(x=X_train, y=y_train, epochs=25, batch_size=256, validation_data=(X_test,y_test)) 

I cannot understand why it is not using all the samples. Can
someone please help?

submitted by /u/protokoul

[visit reddit]

[comments]

Categories
Misc

how to implement: Model parallelism in TF2

Hey,

I want to split my custom model e.g: class
MyModel(keras.Model):over multiply GPUs. and anything I’ve tried to
do cause OOM exception.

what and how should I do it?

thanks in advanced!

some background:

I’m trying to implement the followed paper:

Neural Audio Synthesis of Musical Notes with WaveNet
Autoencoders –https://arxiv.org/abs/1704.01279

but the large input (64K vector) with the deep WaveNet decoder
cause OOM exception.

I have multiply GPUs and when creating a layer I’m doing it
under a specific GPU but when I’m applying the gradients they all
located on the same GPU (the default one, GPU0) and that causes
OOM.

the train step is a custom one as well as the model.

submitted by /u/ori_yt

[visit reddit]

[comments]

Categories
Misc

NIO Partners with NVIDIA to Develop a New Generation of Automated Driving Electric Vehicles

NIO, a pioneer in China’s premium smart electric vehicle market, and NVIDIA announced today that the automaker has selected the NVIDIA DRIVE Orin™ system-on-a-chip (SoC) for its new generation of electric vehicles, which will offer advanced automated driving capabilities.

Categories
Misc

Adam and EV: NIO Selects NVIDIA for Intelligent, Electric Vehicles

Chinese electric automaker NIO will use NVIDIA DRIVE for advanced automated driving technology in its future fleets, marking the genesis of truly intelligent and personalized NIO vehicles. During a global reveal event, the EV maker took the wraps off its latest ET7 sedan, which starts shipping in 2022 and features a new NVIDIA-powered supercomputer, called Read article >

The post Adam and EV: NIO Selects NVIDIA for Intelligent, Electric Vehicles appeared first on The Official NVIDIA Blog.

Categories
Misc

Extracting latent features from an autoencoder with keras

So, i’ve made an autoencoder for the purpose of exracting useful
features from the images, a common task as far as i know, but this
is my first time actually doing this so i’m not sure how exactly
can i do it. I’ve fit a convolutional autoencoder on the set of
images, now i need to extract the output of a bottleneck layer for
each image i’ve got to construct a feature set of interest, how
should i do this? I used keras sequential way of writing the code
for the network

submitted by /u/Spectator696

[visit reddit]

[comments]

Categories
Misc

Pan Tilt Camera Project using the Raspberry Pi and OpenCV AI Kit in real-time


Pan Tilt Camera Project using the Raspberry Pi and OpenCV AI Kit in real-time
submitted by /u/AugmentedStartups

[visit reddit]

[comments]
Categories
Misc

ML Metadata: Version Control for ML


ML Metadata: Version Control for ML
submitted by /u/nbortolotti

[visit reddit]

[comments]