AndreiBarsan / visualqa

Visual Question Answering project for ETHZ's 2016/17 Deep Learning class.
Apache License 2.0
5 stars 2 forks source link

Display detailed breakdown of eval results using VQA #3

Closed AndreiBarsan closed 7 years ago

AndreiBarsan commented 7 years ago

Note to self: ensure you are training on train, and then displaying breakdowns and stats on both train AND val. This can help identify both where the model is just failing, as well as where it overfitting.

AndreiBarsan commented 7 years ago

This kind of works now, but I need to improve the bar plot and make the labels no longer overlap. Oh, and also save as eps/svg.