thomashopkins32 / HuBMAP

Hacking the Human Vasculature (Kaggle Competition)
Apache License 2.0
0 stars 0 forks source link

Follow UNet paper for training specifics #35

Closed thomashopkins32 closed 1 year ago

thomashopkins32 commented 1 year ago

For the first couple of releases, I trained the model using things from my personal experience and intuition in training deep neural networks. I should look to see what worked for the authors and try to emulate that for this dataset.

This means that I should:

Let's see if that will improve our performances.

thomashopkins32 commented 1 year ago

Next step is to visually confirm that the elastic transforms work.

Then we need to implement the pixel weighting scheme based on class frequencies.