Olivier Pasquet

Results 9 comments of Olivier Pasquet

Hello! I declared in the Terminal: `export SUNO_ENABLE_MPS=true` That did not help and my code still runs on CPU. Don't we rather need to add a: `device = "mps"` with...

Dear @QueryType , THANK YOU!! Super to answer me so quicky!! And... happy new year! I am still running on CPU: —— I am using M1 Max, MacOS Ventura 13.6.3,...

Dear @QueryType , I wish you a happy new year! Yes indeed you were right and it now works. I did not: set the OS environment BEFORE importing Pytorch. Thank...

After running "loadImagenet64.py", my .pkl files have: - for label: length 128116 - for img: length 128116 "make_massive_tensor.py" cannot reshape them to (3, 64, 64) (

Hello! Thank you very much for your answer! — For Imagenet64_train_part1.zip in your `loadImagenet64.py`, I have been waiting forever to get an authorization for Download from the ImageNet website. I...

"One more thing": :) Do you know the shape of the tensors in your .pkl files for "img" and "label"?

> Kaggle dataset uses the numpy version Yes it does. But that is not the problem. > it looks like img is a flattened numpy array That makes sense here...

Hello, Same story with EMA files. The analysis stops halfway through the file.

Hello, FYI: I made it work on Macos Sequoia 15.4.1. I cannot tell you what I have done. But it works. I installed [wxWidgets](https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.8) 3.2.8. I did not test OpenGL...