object-detection-in-keras
object-detection-in-keras copied to clipboard
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
While training, loss is nan on the custom dataset. Here is the error which is displayed: 1/562 [..............................] - ETA: 1:39:05 - loss: nanBatch 0: Invalid loss, terminating training /home/user/Shared...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I am trying to use SSD300 to train on my own dataset and I don't know from where to start to train the model. Can you guide on how to...
Hi, I'm dealing with an issue in a code but when I'm trying to connect my VGG16 train by myself to your ssd300. During the training, an error kill the...