Skip to content Skip to sidebar Skip to footer
Showing posts with the label Deep Learning

Runtimeerror: Mat1 Dim 1 Must Match Mat2 Dim 0 With Addition Of Data Augmentation

I am getting this error in the training loop. The model was training fine before I added an augment… Read more Runtimeerror: Mat1 Dim 1 Must Match Mat2 Dim 0 With Addition Of Data Augmentation

How To Restore Tensorflow V1.1.0 Saved Model In V1.13.1

I'm trying to restore the pretrained model provided here and continue training on a different d… Read more How To Restore Tensorflow V1.1.0 Saved Model In V1.13.1

Cudnn Launch Failure (tensorflow-gpu/cuda)

Traceback (most recent call last): File '/home/alex/anaconda3/envs/tensorflow/lib/python3.6/s… Read more Cudnn Launch Failure (tensorflow-gpu/cuda)

How Can I Implement A Weighted Cross Entropy Loss In Tensorflow Using Sparse_softmax_cross_entropy_with_logits

I am starting to use tensorflow (coming from Caffe), and I am using the loss sparse_softmax_cross_e… Read more How Can I Implement A Weighted Cross Entropy Loss In Tensorflow Using Sparse_softmax_cross_entropy_with_logits

What All These Parameters Means In Yolov4 Model

What do all of these parameters from training YOLOv4 mean? (next mAP calculation at 1300 iterations… Read more What All These Parameters Means In Yolov4 Model

Difference Between Fasttext .vec And .bin File

I recently downloaded fasttext pretrained model for english. I got two files: wiki.en.vec wiki.en.… Read more Difference Between Fasttext .vec And .bin File