├── .gitignore ├── Layers.py ├── README.md ├── VNet.py └── VNetDiagram.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiguelMonteiro/VNet-Tensorflow/HEAD/.gitignore -------------------------------------------------------------------------------- /Layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiguelMonteiro/VNet-Tensorflow/HEAD/Layers.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiguelMonteiro/VNet-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /VNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiguelMonteiro/VNet-Tensorflow/HEAD/VNet.py -------------------------------------------------------------------------------- /VNetDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiguelMonteiro/VNet-Tensorflow/HEAD/VNetDiagram.png --------------------------------------------------------------------------------