musyoku / chainer-gqn

Neural scene representation and rendering (GQN)
MIT License
182 stars 25 forks source link

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

Closed Sriramsam91 closed 6 years ago

Sriramsam91 commented 6 years ago

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

musyoku commented 6 years ago

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

Sriramsam91 commented 6 years ago

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