Laura Hanu
Laura Hanu
Hi, I used Matlab to convert them from DICOM to 3D matrices, save them as .mat files and then convert them to Numpy in python. I believe there are some...
The other one is for the number of colour channels e.g. 3 RGB for colour or 1 for b&w
There's a numpy function to add an extra dimension: numpy.expand_dims. And yes the .mat file can be coverted to .npy in python
Yes I did use a gpu. Think that's something you have to import/install
Hey! Don't know if this is going to help, but one thing I found useful in the beginning was to start with really small images (e.g. 28x28) and troubleshoot from...
I also think it would be useful to have the option to choose the type of stats! Have there been any updates on this or are there any plans to...
Hi @psincraian, thanks for the reply and good to hear! Looking forward!
Hi @psincraian, have there been any updates with the api or on the front end side? Otherwise, is there a timeline for when this would be included?
Hello, and sorry for late reply! You would first need to replace the final linear layer of the model with one that has your number of classes, in your case...
If you have a sufficient number of labelled examples you should be able to finetune the `multilingual` model directly (might want to check if XLM-Roberta was trained on your language)....