python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TF-lite model fails to invoke with RuntimeError
I am training a detection model using the keras-retinanet library.
The results are promising and now I intend to convert the TensorFlow model to TensorFlow Lite for deployment.
After the conversion, t...
davipeix
Votes: 0
Answers: 0
Torchvision RetinaNet predicts unwanted class background
I want to train the pretrained RetinaNet from torchvision with my custom dataset with 2 classes (without background). To train with RetinaNet, I did follow modifications:
num_classes = 3 # num of obje...
jaisme
Votes: 0
Answers: 0