mateovillaarias

Results 4 comments of mateovillaarias

Thank you for your answer . That means, for example, if I write this, net = unet.Unet(layers=6, features_root=32, channels=1, n_class=2,cost_kwargs={"class_weights":[0.3333,0.6666]}) I am giving the double of importance to the second...

Thank you, I will try with both. I have another question ( I think this obvious but just to verify) concerning the parameter "training_iters" used in the trainer.train method. What...

Thank you

Thank @MicheleBe and @robertodr for your answers !!! Yes actually my question was more in the sense of what @robertodr says, I suppossed that on linux It was not necessary...