ml-lessons icon indicating copy to clipboard operation
ml-lessons copied to clipboard

Intro to deep learning for medical imaging lesson, by MD.ai

Results 4 ml-lessons issues
Sort by recently updated
recently updated
newest added

If I set `GPU_COUNT = 2` in `DetectorConfig` and then run `model = modellib.MaskRCNN(mode='training', config=config, model_dir=MODEL_DIR)` I get the error pasted below. This is not a big deal--running this notebook...

I have run lesson2 ipynb in Colab several times, but I couldn't get a good segmentation result though the training stage is normal(val loss 0.010, val acc 0.95). In some...

Hi there, I was testing lesson3-rsna-pneumonia-detection-mdai-client-lib, and encountered an issue on this sectionof the code: `train_dataset, valid_dataset = mdai.common_utils.train_test_split(dataset)` error encountered is as follows: `Exception Traceback (most recent call last)...

Will there be a lesson 4?