Questions tagged [pre-trained-model]

A machine learning model created by someone else. Questions about the practical use and implementation details (using a pretrained model as a starting point, or benchmark) are allowed; however, questions about the theory behind these models are off-topic.

A machine learning model created by someone else. Questions about the practical use and implementation details (using a pretrained model as a starting point, or benchmark) are allowed, questions about the theory behind these models are off-topic and should be asked on the Artificial Intelligence site.

505 questions
-1
votes
1 answer

I am looking for pre trained models for different domains. ex BioBert or FinBert

Are there any other pre trained models available for different domains apart from BioBert and FinBert
-1
votes
1 answer

Can a pretrained Deep learning model of objects (chair, table) be used to do transfer learning and classify telecom equipment?

I want to classify telecom devices: switches, routers, etc. I know that there are pre-trained model available online: https://github.com/tensorflow/models Will it be possible to use transfer learning using those? Or do I have to use a pre-trained…
Aizzaac
  • 3,146
  • 8
  • 29
  • 61
-1
votes
2 answers

Add custom classes to pre-trained data-set

I use the already trained(pre-trained) data-set for object detection using yolo+tensorflow. My inference results are great but now I want to "add" a new class to pre-trained data-set. There are 80 classes in pre-trained data-set how can I add my…
-1
votes
1 answer

Pre-trained model in Pytorch

I just loaded the pre-trained model 3D resnet https://github.com/kenshohara/3D-ResNets-PyTorch I loaded this model in this way after i download from the link above the file 'resnext-101-kinetics.pth' : way i defined the model this model work on a…
-1
votes
1 answer

How to Load a pre-trained model into Keras without the Weight and bias?

I need to Load a pre-trained model into Keras without the Weight and bias. I also just want to use the Architecture of the model alone for my training. Example: I want to load coco_mobilenet model pre-trained without Weights and bias. Any…
MJ029
  • 151
  • 1
  • 12
-1
votes
1 answer

Why is there a decrease in the performance of pre-trained Deep Learning models?

Doing binary classification with infected/uninfected RBCs (something the pretrained DL models have never seen before) using models and weights from Keras. I find the performance of the models (vgg16,19,xception) decrease with increase in the number…
shiva
  • 1,177
  • 2
  • 14
  • 31
-2
votes
1 answer

Pre-trained convolutional neural networks for medical images analysis

I know about pre-trained models, which was trained on ImageNet dataset. Are exists other pre-trained models, which was trained on other datasets such as medical images or at least images which contain structure, patterns etc.? UPD: Under the…
-3
votes
1 answer

What is difference between .h5 and .hdf5 format?

Suppose we have saved our model as h5 then we can load model using load_model function of keras.. I have gone through multiple github links where the author provides weights file (.h5 or .hdf5 file). So can we use those pretrained weights/model…
-4
votes
1 answer

Error when pip installing simpletransformers

I am trying to install simpletransformers via pip, but it gives me the following error: "ERROR: Exception: Traceback (most recent call last): File…
1 2 3
33
34