Eduardo Reis
Eduardo Reis
I was away for 2 months, than I tried one of my experiments again, it is much slower than before. O remember one epoch taking about 140 seconds. Now it...
I already tried an older Theano and Lasagne version. The slowness still remained. I also checked for other processes that could be running. However, I didn't find anything that was...
Apparently, I am having this same problem. I already had the number of channels to be `1`. When checking the devices I got this :open_mouth: In my case, the problem...
At some point I had that same question. I assume this tool is older than the implementation of `torch.autograd.profiler`
@franchesoni, thank you so much. I added a PR #300 on this. I would appreciate to have your feedback.
> pyTorch CNN implementation already uses the cuDNN or a faster fbfft module @geyang. Could you link that code from pytorch's github? I am very interested in that and I...
I am using `htop 3.2.0`
I don't mean sort by. I mean `F3 Search`, and also when I and navigating with arrows `Up` and `Down`.
Just noticed that `Sorting by CPU` was enabled instead of `Sort By PID`, maybe that was causing the issue.
I just removed `htop` from my system and downloaded and installed the compiled from source. ``` eduardoj@ThunderBit:~$ htop --version htop 3.4.0-dev-3.3.0-193-g171f828 eduardoj@ThunderBit:~$ rm -rf ~/.config/htop/htoprc ``` When I run the...