Last active
May 9, 2020 02:03
-
-
Save johnchrishays/8fa20d446bad3419ebaa97b59adbbd86 to your computer and use it in GitHub Desktop.
Revisions
-
johnchrishays revised this gist
May 9, 2020 . 1 changed file with 0 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +0,0 @@ -
johnchrishays created this gist
May 9, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ,Train MSE,Test MSE Face cropped CAE (hidden dim = 1296),0.039,0.045 Un-preprocessed CAE (hidden dim = 3600),0.014,0.014 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ,Train BCE,Test classification error Classifier with face crop,0.693,49% Classifier with face crop and aggregation,0.693,47% Classifier without face crop,0.704,51% Classifier without face crop with aggregation,0.697,50%