Alex
Alex
@larsga Thanks for the reply and the suggestions. I tried all three suggestions but the problem seems to persist. I was wondering if you help check it out if I...
Same here.
Same here. Is there a documentation for configuring the CNN?
Thanks for the information. However I was interested in how to set up the structure of CNN here: https://github.com/rasmusbergpalm/DeepLearnToolbox/blob/master/tests/test_example_CNN.m#L15-L21
Same problem here. Trying to run the Saliency example in the Recipes. I have CUDNN installed with GPU support of course.
Hi @jocicmarko thanks for the reply. That helped. Also by replacing dice score with categorical crossentropy as an objective function I get dice score of ~98! For the record I...
@jocicmarko lol most probably I am doing something wrong on my end since I am new to Keras. In any case I put the notebook here: http://nbviewer.jupyter.org/gist/mongoose54/2420a55ef51a8561eb6a3a2930ca4520 I am basically...
@jocicmarko My bad! In my previous comment by "accuracy" I meant "DICE score". That is the metric I used. Sorry for the confusion. I am attaching the notebook here from...
Same problem here. Very slow. I can't believe how Apple behaves. I mean the whole thing about outputting to an external monitor should be a piece of cake and not...
I am using `save_weights` and `load_weights` but unfortunately when loading weights I get like a shape error. Running latest code. Is there some bug or is it a problem on...