giesekow / deepvesselnet

Implementation of the DeepVesselNet deep learning network
140 stars 32 forks source link

update to python3 and fix bad channel configuration #1

Closed aiporre closed 4 years ago

aiporre commented 5 years ago

Change list:

  1. Added an example
  2. Change syntaxis to python3 (python2 is being deprecated)
  3. Change error in the configuration of data_format to 'channels_first'