mattmacy / vnet.pytorch

A PyTorch implementation for V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation
https://mattmacy.github.io/vnet.pytorch
BSD 3-Clause "New" or "Revised" License
693 stars 200 forks source link

how to do cross validation? #20

Open AmitAilianiSDC opened 6 years ago

AmitAilianiSDC commented 6 years ago

Hi: once we have divided data into training and validation set. Is it possible we can enable cross validation internally?

thanks ams