Skip to main content
0 votes
0 answers
63 views

I am working on a binary image classification task using TensorFlow/Keras (TensorFlow version: 2.19.0). My model architecture is a multimodal setup with two input branches (CT and PET scans), and its ...
Moyo Adeyefa's user avatar
Advice
1 vote
0 replies
45 views

So, I am having a transfer learning project using VGG16, however as we all know its model size is over 500MB. I somply don't have enough disk space to save more than 200 instance of said model, ...
Tunglesonag's user avatar
1 vote
1 answer
535 views

I'm currently working on transfer learning with InsightFace using the glint360k_cosface_r100_fp16_0.1 model from the ArcFace Torch section. However, I'm facing issues with either overfitting or ...
sadmiaw's user avatar
  • 11
1 vote
0 answers
40 views

I've been working on a binary object detection CNN model using transfer learning with keras' built in resnet 50 model. However after multiple times of training over 100 epochs it is returning ...
Caleb Joseph's user avatar
0 votes
1 answer
56 views

I am trying to do transfer learning on Pytorch pretrained models with custom dataset. I have been able to successfully perform transfer learning with SqueezeNet. For Squeezenet my classifier was, ...
Chiraag's user avatar
0 votes
1 answer
87 views

When I run this code, the runtime session automatically closes. There is no space in RAM left. Hence the session closes automatically. I am using pytorch in Google Colab notebook. I tried switching ...
AaKash Singh's user avatar
1 vote
0 answers
63 views

I want to use EfficientNetB0 (or any other base models) from tensorflow.keras.applications to detect distracted drivers. The given dataset consists of approximately 22.5k training images, roughly ...
Ishan Singh's user avatar
1 vote
0 answers
29 views

I want train cnns on a big dataset via transfer learning using torch in R. Since my dataset is to big to be loaded all at once, I have to load each sample from the SSD in the dataloader. But loading ...
Daniel Maar's user avatar
-1 votes
1 answer
281 views

I've been trying to do transfer learning in EfficientNet in a binary classification task. My directory structure looks like this: training ├── label0 └── label1 validation ├── label0 └── label1 and ...
aspiring-frustrated-researcher's user avatar
-2 votes
1 answer
38 views

hi guys i'm successfully import tensorflow_hub. but when I trey to run this code part " **IMAGE_SHAPE = (224, 224) classifier = tf.keras.Sequential([ hub.KerasLayer(classifier_model, input_shape=...
kavindu shashen's user avatar
2 votes
0 answers
393 views

I'm new to convolutional neural network and machine learning in general, so sorry in advance if my question is really straighforward, but I have searched for a while without getting a solution to fix ...
gioco9014's user avatar
0 votes
0 answers
50 views

I am trying to save a model which uses transfer_learning but I'm unable to make it work once I reconstruct it. This is my code: import numpy as np import tensorflow as tf import tensorflow_hub as hub ...
Lorenzo Mazzante's user avatar
0 votes
1 answer
198 views

I am working on network_based transfer learning with iris dataset. it shows a error: ValueError: The layer sequential has never been called and thus has no defined input. on the line ...
Hank's user avatar
  • 1
0 votes
1 answer
130 views

im follwing the transfer learning course of tensorflowjs on youtube. Im trying to make a model recognize some picture i upload. The problem is when i close window or reload, the model is load from ...
ooolakaka's user avatar
-1 votes
2 answers
149 views

I'm using tensorflow and Keras to do transfer learning using Resnet_50. The issue I am having is that my model seems to be doing good on accuracy but my val_loss is extremely high as well as when i ...
angryhorse's user avatar

15 30 50 per page
1
2 3 4 5
49