-
Hi... I am new to deep learning. My apologies if this is a dumb question Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @aalfi, I'm not very familiar with spectrogram images, but I think you can use the MONAI pipeline to conduct a preliminary experiment first. You can find many tutorials in the tutorial repo, depending on your task you can choose a suitable tutorial as a start. As a suggestion, you can first comment all augmentation transforms as a pre-experiment and then add the appropriate transforms as needed. Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
Hi @aalfi, I'm not very familiar with spectrogram images, but I think you can use the MONAI pipeline to conduct a preliminary experiment first. You can find many tutorials in the tutorial repo, depending on your task you can choose a suitable tutorial as a start. As a suggestion, you can first comment all augmentation transforms as a pre-experiment and then add the appropriate transforms as needed.
Hope it can help you, thanks!