Tal Ben-Nun
Tal Ben-Nun
in other frontends, we use interstate edges for this. I don't know what would be the easiest solution in the python frontend though.
It will fix at least some of the problem. The issue with accessing scalars is that memlets and subsets are supposed to refer to expressions that are not going to...
@alexnick83 I think this is fixed now (except for the `while` expression part, I guess)
Seems that we need to change the way control flow is detected. It's currently using basic dominator analysis, even a single loop doesn't work if there are `continue`/`break` SDFG edges....
@TizianoDeMatteis can you please recheck this with the newly merged PR?
Sounds like a great idea, though CMake and Bazel are already supported. What will be the advantage of a pre-configured VS project file?
You seem to be right. If you add it, I'll be happy to accept a pull request. Otherwise, I currently don't have time to work on this, but maybe later...
Thanks, and thank you for trying to fix it. 👍 1.8% is _much_ better than 8% error. As far as I know, the activation has to be performed after the...
I don't know why the gradients explode, and I can't go over your code in this form. It's hard to read without a proper diff and hard to test when...
@BilgehanSel @3DdeepAI While these are both excellent examples of how to train with CUDNN, in my opinion they're missing the point of this sample. SelCNN actually starts looking like Caffe...