Convolutional neural networks- re-running

Hi there,

yes, it is OK. In fact it can make sense to understand the sensitivity of your optimization since it is in general stochastic.

Still, if you want to reach reproducibility, you can use the seed resp. the set_random_seed function.
As @TMosh mentioned, you can find corresponding examples in the course material.

Best regards
Christian