Category "transfer-learning"

How to transfer learning or fine tune YOLOv4-darknet with freeze some layers?

I'm a beginner in object detection field. First, I followed YOLOv4 custom-train from here, I have successfully followed the tutorial. Then I started to think th

TypeError: __array__() takes 1 positional argument but 2 were given?

I am working on transfer learning for an image classification task. The training generator is as follows: train_generator = train_datagen.flow_from_directory(

load_from_checkpoint fails after transfer learning a LightningModule

I try to transfer learn a LightningModule. The relevant part of the code is this: class DeepFilteringTransferLearning(pl.LightningModule): def __init__(self

Pretraining a language model on a small custom corpus

I was curious if it is possible to use transfer learning in text generation, and re-train/pre-train it on a specific kind of text. For example, having a pre