Omid Bakhshandeh

Results 29 issues of Omid Bakhshandeh

Hi, Is there an easy way to test the backward pass ("head of cat") -> bounding box in a single image? Is there any demo script for it? Thanks

In the middle of development on ~re-start mode, if you add a function to the shared trait and override it in the server then you would get weird errors in...

Hi, I wanted to know if I can use these functionality in Scala too. If yes, would you provide a example in Scala?

help wanted

I was wondering how the example would change if we want to have the same value for each stock. So GOOG must get the same value in all sessions.

status:backlog

**Is your feature request related to a problem? Please describe.** At the current moment Triton is using its own protocol to define readiness and healthiness in the gRPC protocol, [here](https://github.com/triton-inference-server/common/blob/main/protobuf/grpc_service.proto#L47)...

enhancement

**Is your feature request related to a problem? Please describe.** We are trying to support larger batches for Triton server (larger than max_batch_size), leveraging instance groups and splitting the batch,...

enhancement
investigating

**Is your feature request related to a problem? Please describe.** Currently Flink Stateful Functions only supports Kinesis and Kafka as the main IO connector. **Describe the solution you'd like** It...

type/feature
Epic
compute/data-processing

Is there any way to compose only PathModifies? Something like following: ```scala case class A(b:B) case class B(c:C) case class C(value:Int) val a = A(B(C(0))) val mod1 = a.modify(_.b) val...

Hi, Is it possible to connect to the actor system that is being used for the cloudstate? I was wondering a scenario that I can use an already existing codebase...