Updated working model of perceiver tranform - #152
Conversation
LinfengLiu98
commented
Nov 10, 2023
This is an initial inspection, no action is required at this point Difficulty: Hard Readme:
Commit messages:
Code:
Functionality/Performance:
|
shakes76
commented
Nov 20, 2023
MarkingGood Practice (Design/Commenting, TF/Torch Usage)Adequate design and implementation Recognition ProblemSolves problem , but poor performance < 0.6 -1 Commit LogMeaningful commit messages DocumentationReadMe acceptable/good Pull RequestSuccessful Pull Request (Working Algorithm Delivered on Time in Correct Branch) |
shakes76
commented
Nov 20, 2023
Feedback marks possible +2 if the requested changes are made (see above). |
wangzhaomxy
commented
Nov 21, 2023
No feedback attempt and no feedback marks granted. |
The project has been modified, and the model works as intended on the ADNI brain dataset. It does not show 100% accuracy on everything anymore, as the dataset path was changed correctly to work on split datasets, image conversion was appropriately done, and RGB was not used as all images are in grayscale. Image' labelling was fixed to identify the difference between AD and NC. A validation set was also added to work correctly after each training epoch. The input dimensions of the image the model was being parsed have been changed accordingly to predict correctly. Finally, the plots and visualization have also been updated according to the new working code and results.