Implement transfer learning on niftynet
问题 I want to implement transfer learning using the Dense V-Net architecture. As I was searching on how to do this, I found that this feature is currently being worked on (How do I implement transfer learning in NiftyNet?). Although from that answer it is quite clear that there is not a straight way to implement it, I was trying to: 1) Create the Dense V-Net 2) Restore weigths from the .ckpt file 3) Implement transfer learning on my own To perform step 1, I thought I could use the niftynet