-
Reading https://github.com/tensorflow/tfjs-models/tree/master/universal-sentence-encoder the sample code needs to compute the dot product of two tensors and it uses arraySync on the tensors, nested fo…
-
The pod currently does not support AWS proton. Locally, I did manage to fix the issue by updating the dependency in `deps.edn`, adding the dependency to `aws-libs.edn` and adding `:proton` to the list…
-
Hello guys,
```
resource "aws_datasync_task" "example" {
destination_location_arn = data.aws_s3_bucket.example.arn
name = "example"
source_location_arn = data.aws_efs_file_system.examp…
ghost updated
3 years ago
-
Right now, the web socket controller only supports `sendTextData` to send data via the web socket controller and sending data via json only seems to be possible by using `Text` and then parsing the JS…
-
I updated from v. 0.0.5 and the edits I make using the "data_edit" function are no longer reflected in the data frame upon clicking the "done" button (previously the "Save and Close" button). With som…
ghost updated
2 years ago
-
Hello,
When deploying failover.yaml, all resources got created, but cloudformation is stuck in creation of F5 devices. They are running, but I see this log:
022-12-05T02:50:06 - Getting lastest AT…
-
i was wondering why my app produces results with lower precision when using `wasm` backend and finally narrowed it down to `wasm` handling of **int32** tensors
*environment: tfjs 3.9.0 on ubuntu 21…
-
Bonjour à tous,
Je viens d'installer la version 2 sur un teléphone Android 10 qui avait la v1 fonctionnelle.
L'installation et la synchronisation se passent sans problème mais lors de la configura…
-
I am trying to convert the savedmodel using tensorflowjs 2.X using the following command:
_tensorflowjs_converter --control_flow_v2=False --input_format=tf_saved_model --saved_model_tags=serve --si…
-
I am building custom object detection on locally stored images into a React Native app using Tensorflow.js and would be **grateful for help processing the image to a tensor before I call model.predict…