Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Use of matrix multiplication function in TensorFlow

deep-learning tensorflow

Caffe does not make snapshots on SIGINT

How to stack multiple layers of conv2d_transpose() of Tensorflow

TensorFlow - How to predict with trained model on a different test dataset?

TensorFlow: Incompatible shapes: [100,155] vs. [128,155] when combining CNN and LSTM

Keras custom metric iteration

How to evaluate a pretrained model in Tensorflow object detection api

Word Embedding, LookupTable, Word Embedding Visualizations

More than one prediction in multi-classification in Keras?

AttributeError: 'CrossEntropyLoss' object has no attribute 'backward'

getting ValueError : "Can only tuple-index with a MultiIndex "

python deep-learning keras rnn

How to upload and save large data to Google Colaboratory from local drive?

TensorFlow: TypeError: Using a `tf.Tensor` as a Python `bool` is not allowed

I trained a keras model on google colab. Now not able to load it locally on my system.

Python/Gensim - What is the meaning of syn0 and syn0norm?

What is the default batch size of pytorch SGD?

When to use @tf.function decorator and when not? I know tf.function builds graph. But how to know when to build graphs?

VGG Face Descriptor in python with caffe

Deep learning Udacity course: Prob 2 assignment 1 (notMNIST)

How to calculate vector-wise dot product in Keras?