Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Tensorflow Assign requires shapes of both tensors to match. lhs shape= [20] rhs shape= [48]

What is the simplest way to make object detector on C++ with Fast/Faster-RCNN?

Data augmentation techniques for general datasets?

matlab deep-learning

pytorch skip connection in a sequential model

InfogainLoss layer

What is the right way to preprocess images in Keras while fine-tuning pre-trained models

Cross Entropy Loss for Semantic Segmentation Keras

Custom loss function in Keras to penalize false negatives

Error when trying to rename a pretrained model on tf.keras

Is there a common format for neural networks

Can we use Yolo to detect and recognize text in a image

How to find loss values using keras?

python deep-learning keras

How to iterate over layers in Pytorch

In Tensorflow, what is the difference between sampled_softmax_loss and softmax_cross_entropy_with_logits

Removing then Inserting a New Middle Layer in a Keras Model

Keras Sequential model input layer

Doubts regarding `Understanding Keras LSTMs`

What exactly is gradient checking?

ModuleNotFoundError: No module named 'tensorflow.tensorboard.tensorboard'

Deep neural network skip connection implemented as summation vs concatenation? [closed]