File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,19 @@ When running N multiple instances choose which one to login to by providing an
54
54
instance number from 0-N.
55
55
` ./aws_setup/login.sh 0 ` to login to the 1st instance
56
56
57
+ ### Assignment 3
58
+ The best executions were trained in 90 minutes on p2.xlarge and had accuracy of
59
+ .745 on validation.
60
+
61
+ Updating the embed size up to 2800 from the starting 35 did little to change the
62
+ resulting accuracy.
63
+
64
+ The l2 regularization was as it should be super important in getting good
65
+ validation results.
66
+
67
+ The training set and the validation set accuracies were still wide apart, the
68
+ training set accuracy would frequently be above %92
69
+
70
+ All of the results of running Assignment 3 and individual write ups are in
71
+ assignment3/output and [ assignment3/README.md] ( assignment3/README.md )
72
+
You can’t perform that action at this time.
0 commit comments