Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 918 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 918 Bytes

Analog_Med

This repository contains the code for training UNet, UNet++ and SwinUNet models on analog using AIHWKIT

Dataset:

The models are trained on the data-sceince-bowl-2018

  • The code for other datasets will be added soon

Models:

The models are taken from the monai package and preprocessing an training method taken from this repository