soumith / convnet-benchmarks

Easy benchmarking of all publicly accessible implementations of convnets
MIT License
2.68k stars 578 forks source link

Writing tensorflow benchmark timing information to CSV #117

Closed annarev closed 8 years ago

annarev commented 8 years ago

Hi Soumith, I am adding the code to output timing information to CSV as discussed in email. Let me know if I should change it in any way (for ex. if I should instead put the csv writing into a separate file and reference it from there).

soumith commented 8 years ago

Thanks Anna!

annarev commented 8 years ago

Thank you for the quick merge!