-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11
- TensorFlow installation (pip package or built from source): pip
- TensorFlow library (version, if…
-
## Refer
- Refer to #1, #2, #3 for understanding what you are suppose to do.
- The issues have advanced and difficult models. However as part of evaluation i have picked 1-2 model from each of #1,…
-
```
import tensorflow as tf
from keras_cv_attention_models import *
model = tf.keras.models.load_model('eva_giant_patch14_224_imagenet21k-ft1k.h5')
```
**> ValueError: Unknown layer: …
-
Hi there, your work is extremely insightful and am hoping to try it out on the models I have.
Does CNN-Cert work on Keras Application models like Xception, VGG16 or ResNet50?
Looking through the c…
-
want to run the demo in the local by following the [getting started guide ](https://www.kaggle.com/code/nilaychauhan/get-started-with-gemma-using-kerasnlp?utm_source=%E3%80%90%E6%B4%BB%E5%8A%A8%E7%A1%…
-
### Keras Recommenders (Keras-RS)
We are considering building *Keras Recommenders*, a multi-backend (TensorFlow, JAX, PyTorch) Keras 3 based library to ease the development of recommender models.
…
-
**Short Description**
EfficientDet is a type of **object detection** model, which utilizes several optimization and backbone tweaks, such as the use of a [BiFPN](https://paperswithcode.com/method/b…
innat updated
3 months ago
-
### Willingness to contribute
Yes. I can contribute this feature independently.
### Proposal Summary
Autologging of tensorflow (see https://mlflow.org/docs/latest/python_api/mlflow.tensorflow.html)…
-
Traceback (most recent call last):
File "/Users/hanjianyu/Baidu/SUSTechPOINTS/main.py", line 131, in
from algos import pre_annotate as pre_annotate
File "/Users/hanjianyu/Baidu/SUSTechPOIN…
-
While a full example workflow is being developed, we should review the core classes and agree if it offers all the functionality we may or may not need. We will not come to a final final decision, but…