Elias Najarro
Elias Najarro
It's Monterey which seems to have a different folder structures in `/System/Library/Frameworks/OpenGL.framework` If linking to the homebrew installed OpenGL with `fullName='/usr/local/Cellar/glew/2.2.0_1/lib/libGLEW.2.2.0.dylib'` we then get a differnt error: ```python __init__.py 19...
I just upgraded to 2.1.4, same issue sadly persists
Hi, any update on this bug? The generator model.parameters() doesn't seem to be yielding any model parameter so it's currently not possible to use any pytorch optimizer to train them.
> Thanks for the tutorial! > > My brew packages installed to different paths than the ones above, so I had to make the following adjustments: > > ```shell >...