-
Train on 1227 samples, validate on 137 samples
Epoch 1/50
---------------------------------------------------------------------------
InvalidArgumentError Traceback (most recen…
-
https://github.com/allanzelener/YAD2K/blob/a42c760ef868bc115e596b56863dc25624d2e756/yad2k/models/keras_yolo.py#L424
I see that in the yolo_head calculation, the width and height are calculated as:
…
-
This turned out to be a longer write-up than I anticipated. The main points are:
Keras' Theano Backend runs over 10X slower with batch normalization
This issue does not exist with a Tensorflow bac…
-
Hello,
Firstly thank you very much for your project. I have a problem about large dataset. I have 10 thousand images and masks.
I can create .npy files. When I run unet.py files with 10 thousand…
-
-
By following the description of keras-yolo3, I converted yolov3.weights to keras model yolo.h5. However, the conversion from yolo.h5 to its CoreML model failed. I pasted the detailed command line outp…
xzhub updated
5 years ago
-
Hello, I am grateful to your code. I am working in brain segmentation which has 4 classes: WM, GM, CSF, and background. You are using DICE as loss function to maximize. It is very good idea but it may…
-
Why are you guys wasting so much time on creating your own model to detect where faces are in the image when you can simply do it using OpenCV.
-
-
I am trying to use Deep Galerkin Method (DGM) to solve high dimensional PDEs and I face a problem. For illustrative purposes, I am posting a simple optimization problem below. The feed-forward network…
ghost updated
3 years ago