Chiran Fernando
Chiran Fernando
@AndrewMcDowell were you able to resolve the issue of InvalidArgumentError?
@lapolonio the intention is to input a text as input and the model to handle feature extraction within the model itself and thereafter return the result. Following is the process...
@lapolonio I exported using build_raw_serving_input_receiver_fn and below is my signature def. ``` (base) Chirans-MacBook-Pro:bin chiranfernando$ ./saved_model_cli show --all --dir /anaconda3/envs/tf/text_input_model/1569807768 --tag_set serve MetaGraphDef with tag-set: 'serve' contains the following SignatureDefs:...
Getting a closure issue for ```ballerina int[][] data = [[1, 2], [2, 3, 4]]; (function ())[] res = from int[] arr in data select function() { int sumOfEven = 0;...
```ballerina type A record {| int[] pos; |}; public function main() { A[] res = from var a in 2...5 select { pos: (from var b in (from var c...
@ushirask `testAssignmentNegativeCases` seems to be failing
@ushirask can you check on the build
This seems to be a bug related to query expressions; not services. The same issue is reproducible with ```ballerina import ballerina/io; import ballerina/xmldata; // import ballerina/http; type Order record {...
This is related to a known issue while closure resolving and it's tracked through https://github.com/ballerina-platform/ballerina-lang/issues/32710. As a temporary workaround until this is resolved, we can use a temp variable at...
@IMS94 shall we rename the issue may be as > XML langlib invocation within a query expression crashes during code generation