Viewing a single comment thread. View all comments

M_Alani t1_jam3i7i wrote

It wasn't as bad as it sounds. The fun part was that you had to understand how every little piece of the algorithm works, and the nightmare was implementing all of this with 512mb of RAM. We didn't have the luxury of trying different solutions.

9

Downtown_Finance_661 t1_janm2nt wrote

Fun story! How you have chosen hyper-parameters for models? Have you turn them over in for-loops?

1

M_Alani t1_janmj7j wrote

Mostly. Other times I would interrupt the code when it wasn't converging and start over after changing a parameter or two. I feel si spoiled with Tensorflow now!

2