-
Your 3rd motivation raised valid concerns with regard to private data, I feel you should continue this mindset through out the project then and use a local LLM and VectorDB this way you have zero risk…
-
In Hypermoprh they combined a hyper network with voxelmorph for auto-hyperparamter training.
From their source code I have traced that they use "HyperConvFromDense" layer from neurite. Can you exp…
-
There is a significant difference in the time it takes to perform inference using the reconstruct method below versus defining the function model i.e. the neural network using a function feedforward()…
-
@tkuenzmw
Question for you. In the ephys inference demo, you arrange the data so that multiple inputs are in memory at the same time and make a single call to `predict`:
```
input = permute(in…
-
MacOS Catalina, Radeon Pro Vega 56 8 GB.
It seems that the framework is pretty much unusable on this card, plaidbench benchmarks result in either FAIL or NaNs:
```
plaidbench keras --train m…
-
Followed quick start instructions on Ubuntu 18.04
Self-test looks good:
```
(plaidml) frank@Mothership17Buntu:~/PlaidML/minivgg$ plaidbench keras mobilenet
Running 1024 examples with mobilenet, ba…
-
I would like to inquire about the possibility of adding asynchronous execution support to the TensorFlow DLPack interface.
Currently, the `tensorflow.experimental.dlpack.to_dlpack` and `tensorflow.ex…
-
Hi,
I am trying to train DAT model on my custom dataset and have made all the required changes in .yml file. I have added the data in the designated directories but when i give it the command to st…
-
https://github.com/linghu8812/tensorrt_inference/tree/master/project/yolov7#2export-onnx-model
model
```
work/AI/YOLOv7/tensorrt/tensorrt_inference/project/build# ../../bin/tensorrt_inferen…
-
Hello, I am interested in working with this algorithm, however, the parking spaces I want to detect do not correspond to either the L or T type. In fact, the parking spaces I want to detect are rather…