musyoku / chainer-gqn

Neural scene representation and rendering (GQN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

While Training if I turn visualization to True. I'm getting this error.

Sriramsam91 opened this issue · comments

Error 65544: X11: RandR gamma ramp support seems broken
Error 65544: X11: RandR monitor support seems broken
Error 65543: GLX: An OpenGL profile requested but GLX_ARB_create_context_profile is unavailable
Error 65538: There is no current context
Error 65543: GLX: An OpenGL profile requested but GLX_ARB_create_context_profile is unavailable
Segmentation fault (core dumped)
If I set the Visualization to False everything works fine. Using Ubuntu 16.04. I did do the make imgplot.
What could be the reason? Thanks

I think it is due to old GPU driver or an old GPU.

Thanks. Using Nvidia 1080 Ti but the Driver wasn't updated. Updated Mesa. It works.