-
### What happened?
I successfully imported and compiled GPT2 TF with IREE but when running it through the Python bindings, I get a segmentation fault:
```
collected 4 items / 3 deselected / 1 s…
-
To have license files.
-
I'm curious if this will work in the browser as well. I tried a simple app and get a lot of errors related to missing modules. My guess is that it is due to grpc-js really being grpc-node in that it s…
-
### Bug description
I'm training an adversarial model with PyTorch Lightning, similar to a GAN.:
- The generator and discriminator each have their own optimizer.
- We train the generator for G…
-
**Describe the bug**
Whenever I try to load a model using CUDA as target and backend it throws this runtime error stated in the title.
`
net_.setPreferableBackend(cv::dnn::DNN_BACKEND_CUDA);
net_.se…
-
Here's a short snippet of our proto file:
```
syntax = "proto3";
package issuer_api.v1;
import "common/v1/common.proto";
...
service IssuerService {
rpc Authenticate(AuthenticateReque…
-
# Issue
When computing a constant value, the analyzer performs extension type erasure on the resulting `DartObject` and `TypeState`.
https://github.com/dart-lang/sdk/blob/9f27bdeaf66ac8d84676a07…
-
I am having some issues with the DeepMreye demo using the exemplary data from the 2 first participants from the sample dataset as instructed in the notebook "deepmreye_example_usage_pretrained_model_w…
-
I keep playing with protobuf’s [enumerations](https://protobuf.dev/programming-guides/proto3/#enum) which are encoded as 32b integers.
When compiled to Python and using this plugin, protobuf enums …
-
After working through #639, we're pretty convinced that it's best to maintain 2 categories of data structures:
1. **Domain types**, where we should not be able to construct incorrect data structure…