-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
I just tried to install and run the scripts on a new pc but I am running into this error when running the ae_train exp_group/my_autoencoder -d:
File "src/errorchecker.pyx", line 53, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError
OpenGL.error.GLError: GLError(
err = 1282,
description = 'invalid operation',
baseOperation = glNamedFramebufferTexture,
cArguments = (
array([1], dtype=uint32),
GL_COLOR_ATTACHMENT0,
1,
0,
)
)
I tried using pip to install pyopengl, and also tried it by using the branch directly, which fixed another opegl bug: https://github.com/mcfletch/PyOpenGL
I am using CUDA 10.1 and tensorflow 1.14, and the nvidia 390.87 driver on a Quadro P2000 GPU.
saqib1707
Metadata
Metadata
Assignees
Labels
No labels