Asko Soukka

Results 129 comments of Asko Soukka

@kapulkin Would you be able to help torch-onnx-newbie, how to properly convert the weights into onnx format? I tried with pytorch 1.7.1 and the scripts at https://github.com/ZHKKKe/MODNet/tree/master/onnx I got the...

I'd guess this error I get from obs-backgroundremoval is related to the warning that I get during ckpt to onnx conversion ``` error: [obs-backgroundremoval] Exception during initialization: /build/source/onnxruntime/core/providers/cpu/tensor/upsample.h:282 void onnxruntime::UpsampleBase::ScalesValidation(const...

@sudolcious Have you tried https://vingester.app/ (eg. with obs-ndi) to transform "browser source" into a video filter supported source?

I merged and updated builds at maser with the version that remembers sequence flow visibility selection flag at with local storage.

0.1.12 has undocumented `hasura-raw-query`-feature, which allows injecting "raw" hasura filters and therefore filtering using relations (nested attributes): ```js filter: { MyRelation: { format: "hasura-raw-query", value: { relation_field: { _eq: my_value...

I'd guess ``` filter: { language: { format: "hasura-raw-query", value: { code: { _eq: "en" }, }, }, } ```

Hasura prefixes types with schema name when schema is not public. So, resources at schema `custom` are prefixed with `custom_`. I have had no issues with custom schemas. For custom...

@sanderploegsma Unfortunately, this issue is still open. I pushed https://pypi.org/project/robotkernel/1.7rc1/ from the current master for you. Please, open issues, if you find any. Thank you for testing and patience :pray:

We did the same upgrade (from 1.3.3 to 2.0.9) and are seeing the same error.

https://github.com/hasura/graphql-engine/blob/7c35ffb36561214390d0d545d418746f29a29ba4/server/src-lib/Hasura/Eventing/EventTrigger.hs#L587