-
Hello,
I'm trying to train the 'deepmedic' model with the BraTS 2018 dataset.
**Data:** The BraTS 2018 dataset is very similar to the BraTS 2017 dataset. The only difference is that there are 3 …
-
Hello,
Let us note here to the users that DLTK's implementation of DeepMedic is significantly underperforming the original implementation ([publicly available at link](https://github.com/Kamnitsask…
-
I have come across a few implementations of Jaccard Loss that vary a lot. Among all those, the one by [DeepMedic](https://github.com/deepmedic/deepmedic/blob/master/deepmedic/neuralnet/cost_functions.…
-
when I run the command below to train the model
python train.py -c ../../configs/ZNN_configs/config_VD2D_tanh.cfg
error like this came out
Traceback (most recent call last):
File "train.py", lin…
-
Hi! I would like to get the complete model architecture for further applications and accordingly wanted to ask if it is already saved at any part of the implementation and if so, where I can find this…
-
When running deepMedic model only (not tinyCNN), the following error is thrown:
`Cannot convert a symbolic Tensor (net/strided_slice_59:0) to a numpy array.`
Solution is [here](https://stackoverf…
-
Hello I was getting the following error while installing:
`UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3558: ordinal not in range(128)`
I went in `setup.py` and passed `enco…
-
![medical代码修改片段2](https://user-images.githubusercontent.com/54131759/137887198-0000f376-741c-4781-a4aa-6b914df83562.png)
this is part of code, and it is in /deepmedic/routines/testing.py
and what if…
-
**Describe the bug**
```LD_LIBRARY_PATH``` is not populated after AppImage has been extracted, which causes executables to not run.
**To Reproduce**
Steps to reproduce the behavior:
1. ```${CaPT…
-
Hi, I am trying to freeze the graph before converting it to a TFTRT model. The freeze_graph CLI command in tf requires a output_node_names argument. I looked at the graph in tensorboard and found net/…