-
Hi
I uploaded an example of a non-tensor output model. It produces two warnings. "UserWarning: Tensor APIs are depricated and will be removed from the future release." and on the server I get "ERR: …
-
Thanks for your great implementation of EdgeRealtimeVideoAnalytics.
I have a question Which video server you used for This project Pipe Line .
i.e
video server like WebRTC and FFMPEG.
Thanks
…
-
**Describe the bug**
On MacOS with Intel Chip, following the steps of https://developer.redis.com/howtos/redisai/getting-started/
Enter docker container and run "127.0.0.1:6379> info modules", the…
-
Create an automated build and update for RedisEdge docker image with tag `edge`, upon new `edge` images updates for RedisAI, RedisGears, RedisTimeSeries
Should be applicable for x86_64 and Jetsons
-
For example, the example must be able to dispatch model in multiple-processing if the models are not squencial, and finally gather togather it get final process result.
Does redisAI able to do this…
-
**Is your feature request related to a problem? Please describe.**
I don't believe there is a way for the client to retrieve the model chunk size. It can be set via AI.CONFIG, but I see no way to get…
-
Hello, has anyone succeeded with extracting confidence score values? I couldn't get confidence_score tensors either.
> AI.TENSORGET iris_out:scores VALUES
(error) ERR tensor key is empty
What? T…
-
**Describe the bug**
When I run the example of RedisAI using below command:
**_redis-cli -x AI.MODELSTORE foo TF CPU INPUTS 2 a b OUTPUTS 1 c BLOB < tests/flow/test_data/graph.pb._**
I got the E…
-
Hi @andresrinivasan @lantiga @yossigo @K-Jo
I am installing RedisGear
Run all steps succes fully like
- make setup
- sudo mkdir -p /opt
-make fetch # this will aquire git submodules
but when I…
-
# Background
python version: 3.7.3
pytorch version: 1.8.1
torchvision version: 0.9.1
# Issue
I'm trying to run a torchscript model from [Ultralytics/YoloV5](https://github.com/ultralytics/yolov5)…