Dr. Abder-Rahman Ali
Dr. Abder-Rahman Ali
Hello, I just want to ask if you apply the algorithm on 3D data (nii file) or 2D data (slice-by-slice)? Thanks.
Hello, Is there a way to train the model on a dataset from scratch? That is, without using a pre-trained model? I believe my question is similar to a previous...
Hello, For saving the model, do we simply do the following? ` torch.save(outputs, '/model_path')` Thanks.
Thanks so much for the nice implementation. I just have a question about the predicted class. For instance, I have two classes in two directories: `cat` and `dog`. After training...
Thanks so much for the nice tool. I just noticed that [this link](https://notebooks.azure.com/clewolff/libraries/otsu/html/otsu.ipynb) to the Azure Notebook you mentioned seems broken. Thanks.