mnc1423
mnc1423
load the weights you train from 2d
The model can be downloaded from here: https://drive.google.com/file/d/1HHiPBKPw539LR0Oj5g1gD3FNRkCsxeGi/view place it in model/ directory cheers!
If this is happening when your training the hybrid model load the weights you trained from the 2d part python train_hybrid -model_weights /path/to/weights
modify your batch size
Any way to make it paralleled? training on one TITAN xp is taking way too long
how do you test on new CT without loading liver mask?
how? since test.py won't work. You wrote a new code?
Thanks for the help! :)
commenting " mask, mask_header = load(args.liver_path + str(id) + '-ori.nii') " seems to result in UnboundLocalError: local variable 'mask' referenced before assignment should set mask to [2]?
Cant seem to get it to work QQ. can i load a blank liver mask? commenting seems to yield in more errors any guild lines would help Thank you in...