IBM / mi-prometheus

Enabling reproducible Machine Learning research
http://mi-prometheus.rtfd.io/
Apache License 2.0
42 stars 18 forks source link

Grid Analyzer! #81

Closed tkornuta-ibm closed 5 years ago

tkornuta-ibm commented 5 years ago

Finally, working mip-grid-analyzer is here!

This required to solve several issues and introduce many changes in the whole experimental pipeline, starting from:

In order to test the whole pipeline, I have also prepared a config for grid_trainer with LeNet5 and SimpleCNN model trained on MNIST (fixes #51 )

The use case is as follows:

Attaching the resulting file:

20181109_134802_grid_analysis.xlsx

(What I have described above will in fact become a part of "reproducible research: MNIST Image Classification with LeNet-5 - issue #12 )

Besides, I've made plenty of minor changes, like:

tkornuta-ibm commented 5 years ago

This pull request introduces 3 alerts when merging 1ae12d3e5aed6b4e850f4fea549f5c93c627be33 into d8c20f1e2a50e21c4a80ce8fecdb7e480395b4d3 - view on LGTM.com

new alerts:


Comment posted by LGTM.com

vmarois commented 5 years ago

It looks good! I haven't add the time to test it so will do so on Monday.

This PR adds a dependency over psutil.. Is there no way around it?

tkornuta-ibm commented 5 years ago

psutil

Sadly not, please review the solutions that I have analyzed when fixing issue #52