Caner Korkmaz

Results 8 comments of Caner Korkmaz

To anyone having the same problem, please check whether transform-decorators-legacy is before or after module-resolver as @alinz said. Placing it after module-resolver solves the problem. @skiral the problem with that...

I wrote a minimal working example to test the issue: ``` using Knet using Statistics: mean atype = Knet.atype() # A simple model for the example struct Linear; w; b;...

It now works while using only the `@diff` interface and when mixing both interfaces. I updated the MWE as following to initially test with only using `@diff`: ```julia using Knet...

@BariscanBozkurt, can you try it with a smaller batch size for at least 2 iterations ? In my case, the first past through the model takes significantly longer. Currently, first...

Hello, While trying to overfit the model (with no data augmentation/batch normalization or regularization), we observed the same issue under multiple different training scenarios. It seems that the rotation error...

Update: We found the reason of the error, it comes from the clamping operation applied in the batch_rotation_error function. Clamping the argument for arccos to 0.999 restricts the minimum rotation...

No, typing is instant and working correctly. It only occurs with commands.

I also can't reproduce on Ubuntu 17.10 or Arch Linux. It only happens in Windows Subsystem for Linux so it is probably WSL specific (or Windows specific in general but...