Danielle Douglas
Danielle Douglas
I'm using a 980 (4GB) and in run_glue.sh `run_task SST-2 1256 1e-5 20935 100 32` doesn't work for me but using a batch size of 16 instead `run_task SST-2 1256...
It works without OpenCL but complains while running. On Docker Ubuntu `apt-get install -y ocl-icd-opencl-dev` removes the complaining, but I don't notice a speed difference.
@SSYGEN Are you making an argument for procedural programming over OOP for small games? Over generalization is a real issue, and over abstraction can make reading code difficult. Also, you...
@SSYGEN You may or may not already know this, but if you abstract procedural paradigm code as one of the later steps (maybe even last step) then you will see...
@SSYGEN >While this seems interesting philosophically I don't understand how it applies to my problems. Could you expand more? This comes down to the domain of architecture. If you're got...
@gotnull Yah, I was rambling a bit much. Passion will do that. I hope I haven't offended.
Solution: I updated to Python 3.10.0rc1 and it now works.
>Maybe update docker image to new wine version? I've tried winehq-devel (wine-7.8) and have the same issue.
This would be an excellent feature to have. I can do everything I want to as a LazyFrame, except `group_by(..., order="reverse")`, so I have to call `.collect()`. Right now my...
Just tried it. Works like a charm.