I have a question regarding the inference process, is it possible to predict the lesions using just your pretrained model? Or how to predict using only a full trained model?
I tried to do that today, but the results are weird, I think I may be writing something wrong in the configuration file.
I used the following parameters regarding the model:
Dear Sergi,
I have a question regarding the inference process, is it possible to predict the lesions using just your pretrained model? Or how to predict using only a full trained model? I tried to do that today, but the results are weird, I think I may be writing something wrong in the configuration file. I used the following parameters regarding the model:
[train] full_train = True pretrained_model = None
[model] name = baseline_2ch pretrained = None train_split = 0.25 max_epochs = 400 patience = 50 batch_size = 128 net_verbose = 1 gpu_number = 0
Is there something wrong?
Kind regards, Isabella