Anirudh Ajith
Anirudh Ajith
@xzyaoi My CUDA version is 10.1. I also checked if the same code runs correctly with the GPU-specific lines commented out, and it does. I'm still not able to get...
@MotiBaadror Can you tell us what CUDA, faiss, faiss-gpu, etc. versions were when you finally managed to get it to work? Were you using A100 GPUs?
@zaphbbrox The %CPU stat is missing for all of your processes (except `top`). That's what's causing the problem. I'll work on a fix soon.
@Hachiverol @dsluo I've attempted a port to `psutil` on a new branch: d7531658f1e07c00819d24998d1aec54c3498716 This should work on all platforms since we're not relying on the precise format of the output...
@dsluo Shall we merge `psutil` into `master`? Do you want to make any changes before that?
@dsluo Haven't you already fixed this? I think you've put in a delay of 0.2 seconds?
You would like the entire thing to be implementable in one python script which is callable using a cronjob?
Did you run setup.sh first and then run updateWallpaper.sh?
Can you show me what the contents of top.out are?
Okay. I see the problem. The output of `top` on macOS is very different from the output of `top` on linux. This is what the output of top looks like...