Top "Transfer-learning" questions

The added layer must be an instance of class Layer. Found: <tensorflow.python.keras.engine.input_layer.InputLayer>

I am new to machine learning. I was following this tutorial on fine-tuning VGG16 models. The model loaded fine with …

python tensorflow keras transfer-learning vgg-net
Confusion matrix and test accuracy for PyTorch Transfer Learning tutorial

Following the Pytorch Transfer learning tutorial, I am interested in reporting only train and test accuracy as well as confusion …

python scikit-learn pytorch confusion-matrix transfer-learning
Label Smoothing in PyTorch

I'm building a ResNet-18 classification model for the Stanford Cars dataset using transfer learning. I would like to implement label …

python machine-learning pytorch transfer-learning
Fine-tuning and transfer learning by the example of YOLO

I have a general question regarding fine-tuning and transfer learning, which came up when I tried to figure out how …

machine-learning object-detection yolo transfer-learning
I am trying to generate a dataset but getting value error "ValueError: 'a' cannot be empty unless no samples are taken "

I am using a dataset containing over 3000 images for transfer learning. This is part of code: import glob import numpy …

python-3.x deep-learning transfer-learning
Data Preprocessing for NLP Pre-training Models (e.g. ELMo, Bert)

I plan to train ELMo or Bert model from scratch based on data(notes typed by people) on hand. The …

machine-learning nlp pre-trained-model transfer-learning natural-language-processing