Loss cannot converge in binary classification using DenseNet121. #3813
-
I try to use Thanks in advance!
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hi @Minxiangliu , |
Beta Was this translation helpful? Give feedback.
-
Hi @yiheng-wang-nv , thanks for your reply.
By the way, the train data and test data number is 17 and 3. (patient) |
Beta Was this translation helpful? Give feedback.
-
Hi @Minxiangliu , It seems the training set can be overfitted, thus you can try to gradually add random transforms and check the validation scores. In addition, what are the original sizes of all samples? I guess this transform |
Beta Was this translation helpful? Give feedback.
-
Hi, @yiheng-wang-nv, Could it be that my data is not suitable for using
|
Beta Was this translation helpful? Give feedback.
-
Hi @yiheng-wang-nv , Or do you have a better opinion, what parameters should be set to use |
Beta Was this translation helpful? Give feedback.
Hi @Minxiangliu ,
It seems the training set can be overfitted, thus you can try to gradually add random transforms and check the validation scores.
Be careful since the dataset is very small, and I suggest to use cross validation rather than train test split.
In addition, what are the original sizes of all samples? I guess this transform
RandSpatialCropSamplesd
may bring some issues.