-
### 🚀 The feature
This function a basic building block of any biomedical or even manufacturing image analysis application.
Given an image containing multiple objects, say ~1000-10,000 objects, it …
-
-
-
That is a very interesting and challenging topic to think about. 😊
A multi-dimensional latent space is an abstract space that encodes a meaningful internal representation of externally observed eve…
-
Suggestion from Tim Blakely (Google):
"Depending on the use case, calculating the channels on the fly may be practical (and likely much cheaper). Along those lines, if most/all of the calculations …
-
```
What steps will reproduce the problem?
1. Add anyobject (Cone)
2. Add any operation (ZigZag)
2. Create python script
3. Run script
What is the expected output? Not sure still learning.
What d…
-
```
What steps will reproduce the problem?
1. Add anyobject (Cone)
2. Add any operation (ZigZag)
2. Create python script
3. Run script
What is the expected output? Not sure still learning.
What d…
-
Hello,
We are working on a machine learning model wrapped in an Application Package. I ran into a small compatibility/support issue with dockerRequirements.
Currently only `DockerPull` is suppor…
-
Float16 or bfloat16 support for loads and stores is missing. I do not expect SIMD extensions to actually do operations on them in native format in hardware (but it would be nice to expose that and emu…
-
Hi, my usecase is to classify Job Title into Functional Areas. I finetuned `all-mpnet-base-v2` with the help of setfit by providing some 10+ examples for each class (Functional Areas).
I got `82%`…