Brix

Results 7 comments of Brix

Dear @SirMwan, I think the changes you have made ( .data to .item() ) have no problem. I didn't change that part though, because it just worked fine with my...

Dear @SirMwan , I checked it as below : #1 ~ #2: I changed the previous line as well: sizelim = config['sizelim'] // config['reso'] I don't think it's critical either...

Dear @SirMwan, Congrats!!! Pleasure to hear it's going well. For your question of self.unmaxpool1 ..., I didn't find its usage either. Instead, nn.ConvTranspose3d() is used for the upscaling operation (for...

@dishadrao I have the same concern about this. I have fully trained with the existing code and got strange output which doesn't make sense at all. So I doubt the...

@dishadrao Thank you for your advice. However, though I changed the loss function, I couldn't get any meaningful result. When I trained say 50 epochs, the output value set of...

@MHansy I didn't make test code for this model. I just got a problem when I finished the training using this code base, which made me stop at that point....

@DishaDRao Thank you very much for your advice. I've followed your recommendation, and it finally works for me too. I'm using 'wentaozhu/DeepLung' repository for the training & evaluation with LUNA16...