-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coredump/segfault when training depending on db status #748
Comments
I believe this is caused by
missing in the |
note, I still get
and I have in the
And the following will cause a segfault
|
#742 maybe related? |
note: https://www.deepdetect.com/server/docs/train-image-classifier/ is missing the |
same segfault on docker |
Hi, thanks for the thorough report as we try to get around any possible crash. We'll investigate the crash, however, your issue with training the model is elsewhere I believe, see below:
see the full documentation here: https://www.deepdetect.com/server/docs/train-image-classifier/
Let us know how this goes. |
Using the following still does not fix my
(end)
|
You can't train a detector with vgg16. Simsearch by default uses a classification model. Look at https://www.deepdetect.com/applications/img_simsearch/ |
@beniz ok great, so it sounds like I was confused by your recommendation to use vgg16 with my object detector :), So in which case I have about 8 classes of image to train on with ~100,000 images in each class. So then I'll use the finetuned output of the trained vgg16 image classifier as my simsearch model? does that sound right? thanks! |
And use |
Configuration
Docker version 19.03.1, build 74b1e89
88e93254ead67a8032166e98af3e46837fbba039
16Gb GPU, 32Gb RAM,
nvidia-smi
seems to work fineYour question / the problem you're facing:
DeepDetect [ commit 88e9325 ]
I'm able to segfault the server when training depending on if
db
is absent, or ifdb
is set to falseMy end goal is to finetune a Vgg16 and use those weights in simsearch to see if it performs better in my project, found this bug while trying to solve
solver creation exception
error (still didnt solve it tho!)Error message (if any) / steps to reproduce the problem:
Here's the segfault - would be really nice to get a better error here
if I include
db: true
for example..then I get a different error of
(would be nice to get a better message here too, but this is at the caffe layer right? any clues?)
The text was updated successfully, but these errors were encountered: