-
The current image weight is very high (2.14Gb) which slows down the predictor's uptime.
Correct me if I'm wrong please, but the only reason the adapter needs to install tensorflow is to convert ker…
-
# Goal
To create a short and clear ipython notebook outlining how to manipulate the retinanet backbone of the DeepForest model for multiple inputs.
## Rationale
For several of the upcoming proj…
bw4sz updated
4 years ago
-
What is your opinion on this, that I originally posted almost 3 years ago? https://github.com/keras-team/keras/issues/15762
> There are a huge number of new statistical, machine-learning and artifici…
-
## Prelude / Prior Work
- https://github.com/kurtzace/complete-data-science-bootcamp-excercises
- [AI notes 2023](https://github.com/kurtzace/diary2023/issues/13)
- [Other data science steps taken …
-
Add a `doctr.models.utils` module to compress existing models and improve their latency / memory load for inference purposes on CPU. Some interesting leads to investigate:
- [x] FP conversion (#10)
…
-
We have done a comparison of TFRS with [Lightfm](https://making.lyst.com/lightfm/docs/home.html) (a open source library which is for recommendation system) and Result shows that Lightfm performs bett…
-
The following code snippet:
```
model = dc.models.GraphConvModel(12, batch_size=50, mode='classification')
mols = ['C', 'CCCC']
# Train the model here
feat = dc.feat.ConvMolFeaturize…
-
I am a newbie and don't have a knowledge of tensorflow, keras
I found imageAI as a powerful tool for my simple image processing in python
The problem is after i install all of the dependencies and i…
-
**Describe the solution you'd like**
Create a contrib module, `yellowbrick.contrib.keras` that better supports the use of Keras visualizers with Yellowbrick and creates the opportunity to create Ke…
-
I have trained some models in Tensorflow 2.16 / Keras 3 and inference works in a normal python process. It appears to load successfully in Triton but fails upon inference with the following error logs…