forked from pierluigiferrari/ssd_keras
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Felix Collins
committed
Mar 19, 2020
1 parent
784851b
commit 183d57b
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
183d57b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@felixcollins Thank you for your work. I very much appreciate it. I am new to deep learning. I can't force anything, so I will ask if you could please get the problem fixed. I am using your implementation as the basis of my first deep learning project. I'm using the latest python, and it is not predicting anything. I will implement your updates to the 2018 code but really hope it can work well with the GPU. May you please look into fixing the keras_loss_ssd.
183d57b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, I am running into a similar issue when trying to train ssd300 with tf2. It happens whether I run on gpu or cpu.
I am opening an issue in the original ssd_keras github since issues are disabled here. If anyone finds a possible cause for this issue, please let me know.
183d57b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is the issue I opened. Let me know if anyone has run into the same problem training the ssd300 model with tf2 backend, or has found a solution.