mram0509
mram0509
During decryption it fails with this message : Themis: SecureCellSeal: failure **To Reproduce** Steps to reproduce the behavior: 1. Use libthemis.wasm on a web page to encrypt and decrypt data...
# Issue with: performCutDetectionOnSelection ## function performCutDetectionOnSelection - [ ] The samples contained within this repo - PPropanel, specifically in file "Premiere.jsx" - [ ] The documentation contained within this...
I am also trying to enable kafka notification for buckets. https://github.com/helm/charts/pull/534/commits/3c06eb4cf5c59d7084bcb3a46f917f3b31e9bdda# - says To update your Minio server configuration while it is deployed in a release, you need to 1....
Web browsing and interactivity with web pages inherently includes idle time between actions. How can this be better reflected in the tests included in Speedometer? Further discussion and analysis are...
"Infinite Scroll" use case was identified as a workload of interest in [Speedometer 3 Benchmark List](https://docs.google.com/spreadsheets/d/1gFyJ5jlVtvSuxMoBICtdjwIVDNRnhORQCeG21MQzT78/edit#gid=947849154). We are proposing an "Infinite Scroll" workload using Angular. Please review the proposal [here](https://docs.google.com/document/d/1AF_W9p0oBlyB65g0KHCfS9yp4W-lyyL3md9KSpbfhVc/edit?usp=sharing)....
### Question When I set env.allowLocalModels = true and look at the env object I see both env.allowLocalModels and env.allowRemoteModels set to true. Does this mean that it will look...
### Question Does transformers.js have a function to get the label after getting the logits? How to get the labels from the inference output? let tokenizer = await AutoTokenizer.from_pretrained('distilbert-base-uncased-finetuned-sst-2-english'); let...
### Question While calling the 'image-classification' pipeline we pass the image url. So this does a fetch of the image. So will the time taken to process the image include...
The packaging is failing with Webpack. with the following error: imageHelper.ts:52 Uncaught (in promise) TypeError: Jimp.default.read is not a function Seems to work with next js pacakaging
### Question I am using AutoModel.from_pretrained("Xenova/yolos-tiny") to load the Yolos model for object detection. Does transformers.js load the model_quantized.onnx by default? Would I be able to load model.onnx? A related...