-
I ran your capsule code for 3D medical images. I am getting 50% accuracy at every epoch. I made necessary changes there are 1349 patients with 64x64x20 images
-
Edit by Dandelion Sprout 25th of February 2020: GitHub spectacularly failed to tell me that there was a comment limit of 2,500 comments in issue threads?! So now it seems that discussion has been forc…
-
I got the following error when I tried to apply the code to my own data set:
ValueError: A `Concatenate` layer requires inputs with matching shapes except for the concat axis. Got inputs shapes: …
-
Up to now, we compose different transforms via `Compose` transform, which works like `nn.Sequential` but for transforms. Each transform is applied independently to `input` and `target`.
While simple …
-
execute neptune run main.py -- train_evaluate_predict_pipeline --pipeline_n
ame unet with the following error:
"/data-science-bowl-2018-master/steps/pytorch/callbacks.py", line 129, in on_batch_en…
-
Browesr version : 67.0.3396.87
I am trying to do image segmentation of cell images to identify cells in tensorflow.js using data provided in https://www.kaggle.com/c/data-science-bowl-2018/data i h…
-
Add this info to the page...
"Some publicly available improved annotations are available in these two github repositories:
https://github.com/ibmua/data-science-bowl-2018-train-set
https://github…
N3llz updated
6 years ago
-
Hi, i'm running unet_multitask
ended training at epoch 256
errored out when doing post processing.
```
2018-03-13 09-52-02 steps >>> step detached fitting and transforming...
228it [02:11,…
-
```
import os
import sys
import random
import math
import re
import time
import numpy as np
import cv2
import matplotlib
import matplotlib.pyplot as plt
import pandas as pd # data process…
-
Perl 6 was initially conceived to be the next version of Perl. It took way too long to mature to an initial release. Meanwhile, people interested in taking Perl 5 along, took back the reigns and c…