Michael Anslow
Michael Anslow
Using predict(['This', 'is', '(not)', 'parsable', '!']) with the crf-con-en model doesn't work. I suspect you work with a parenthesis representation of the string which probably causes this conflict.
The web demo on Hugging Face isn't working. There seems to be an OOM error on loading the model. ## Environment Web demo on Hugging Face. ## To reproduce Got...
Ursina is perfect for my use case and provides precisely the simple no-fuss 3d game engine that I need. However... the shader doesn't work on an M1 mac. I get...
My main toolbar has a sub-toolbar to group and style particular toolbar elements roughly laid out follows: ``` sub-button ``` It isn't clear how to add a dynamic drop box...
In the LTU paper you say you will distribute the dataset after the peer review process. I noticed that you have been accepted to ASRU 2023 for your LTU-AS paper...
### Bug description When trying to run my lightning module using lightning CLI I get the error: ``` error: Parser key "data": Problem with given class_path 'my_class_path': __args__ ``` Surprisingly,...
I managed to get the entertainment demo working at https://github.com/michielpost/Q42.HueApi/tree/master/src/HueApi.Entertainment.ConsoleSample. However, this myteriously stopped working on: `await client.AutoUpdateAsync(stream, new System.Threading.CancellationToken(), 50, onlySendDirtyStates: false);` in SetupAndReturnGroup. This throws the following exception:...