Artsiom

Results 26 comments of Artsiom

My vote for customizable shortctus as well. Or at least adding shortcuts for changing Pen line style would be helpful

Still not working? How to download an entire folder?

@lmcinnes but how can we estimate that the method has converged?

But how can I make sure that 300 epoch is not better than 200 epochs? If we had a loss function or at least the gradient norms, than we could...

Thanks @theRealSuperMario ! Did you use python 3.7 ? Have you tested the training?

Hi, Thank you. Yes, it's a small bug. You can fix it, but it doesn't actually change much. Best, Artsiom

I have the same problem. You have to encode every unicode key before saving: `u'é'.encode('utf-8') `

The easy fix is to add `sys.stdout.flush()` at the end of the main. Looks like the problem is because of the concurrency. I believe something like `sys.stdout.flush(); sys.stderr.flush()` must be...

Try `conda uninstall pytorch` and then `conda install pytorch torchvision -c pytorch`.