Alex

Results 20 comments of Alex

The features are on `dim=1` . So it is correct.

Hi Fabian, Thanks for the reply. So the data I am training is chest CT. My training set has the following shape `(199, 32, 256, 256)` with `total_background= 380398854 total_foreground...

@FabianIsensee I am just touching base in case you have some time to respond above. I could move the discussion to the group. Thanks a lot in advance. -Alex

Hi @FabianIsensee I managed to put an example with BRATS here: https://groups.google.com/forum/#!topic/lasagne-users/FGcOdZe6WoY As you can see in the notebook the results are not satisfactory. Can you have a quick look...

Hi @FabianIsensee just wanted to touch base with you if you had a chance to look into the discussion and see some results: https://groups.google.com/forum/#!topic/lasagne-users/FGcOdZe6WoY Thanks

Hi Fabian, Your answer makes sense. My bad, argmax is not differentiable. (How does Theano even run though?Shouldn't it break? Or is it trying to approximate it?) I will try...

@FabianIsensee I implemented the Dice score based on our discussion here. You can see the gist here: https://gist.github.com/mongoose54/71e174587fbec8c2fe970e8a1c14eff4 Although it is not complaining when using as a metric I am...

This works: ``` from neo4j import GraphDatabase uri = "bolt://localhost:7648" driver = GraphDatabase.driver( uri, auth=('neo4j', '123'),encrypted=False) ``` Replace with your port number

Thank you both for the responses. I appreciate it. @larsga In regards to 2) what kind of database did you use to get these great numbers? In regards to 4)...