Alex
Alex
Hi! Thanks for sharing the code for the MACorr,. I am trying to run the example https://github.com/GauravBh1010tt/DeepLearn/blob/master/corrMCNN/XRMB_CNN_17.06.v2.py But I was wondering how I can get access to the dataset for...
I am trying to understand conceptually what the number of heads does. I am struggling to understand from the paper.
@FabianIsensee I am trying to modify the categorical_crossentropy loss function to dice_coefficient loss function in the Lasagne Unet example. I found [this](https://github.com/jocicmarko/ultrasound-nerve-segmentation/blob/master/train.py#L21-L29) implementation in Keras and I modified it for...
I modified @FabianIsensee implementation of 2D UNet to 3D UNet using[ the paper's description ](https://arxiv.org/abs/1606.06650) . The implementation is here: https://gist.github.com/mongoose54/c93c113ae195188394a7b363c24e2ac0 I tried it on a 3D medical image dataset...
Removed 'preserve_range=True' to address error "TypeError: resize() got an unexpected keyword argument 'preserve_range'" . Now the demo works
@gyglim I was wondering if you could share your code on training the C3D (e.g. training dataset, optimizer). I am trying to [train C3D on my own data but either...
I am running the Spatial Transformation example (https://github.com/Lasagne/Recipes/blob/master/examples/spatial_transformer_network.ipynb) downsample_factor =1.0 and I am getting the following error: ``` MemoryError: Error allocating 110231552 bytes of device memory (out of memory). Apply...
I have a simple csv file containing 5 records with the following fields: last name, first name, driver's license number and city. Two of the records are identical with being...
Hi all, I am new to Duke and I had a few questions: 1) Are there any benchmarks available that show the efficiency (accuracy) of Duke? 2) How fast is...
Hi Eddy, First I wanted to say congrats about the great work with MLPAutoCompleteTextField. I started playing with it recently. So here are my goals: a) I want to search...