Updated working model of perceiver tranform#152
Updated working model of perceiver tranform#152Akshath-K wants to merge 12 commits intoshakes76:topic-recognitionfrom
Conversation
|
This is an initial inspection, no action is required at this point Difficulty: Hard Readme:
Commit messages:
Code:
Functionality/Performance:
|
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) |
|
Feedback marks possible +2 if the requested changes are made (see above). |
|
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.