-
v0.1.0 demoed a convolutional neural network which operated in the image space of the spectrogram of the audio data. While the method is valuable (and should be expanded), it is not the only option. …
-
Hi,
I was running code:
```
import tensorflow_hub as hub
import os
# Load compressed models from tensorflow_hub
os.environ['TFHUB_MODEL_LOAD_FORMAT'] = 'COMPRESSED'
preproc_layers = tf.ker…
-
### 1. 실습 폴더 구성
```
./class01
└── homework
└── HongGilDong
└── hw4_xxxxxx
└── hw5_Perceptron_ANN
└── xxxxx.ipynb
```
### 2. 새로운 Issue 생성
* Title / Comment
…
-
Hi,
I have tensorflow dataset
(ds_train,ds_test), ds_info = tfds.load('grains', split=["train","val"], with_info=True, as_supervised=True)
where ds_train consist of batch of image and label.
ho…
-
Related to https://github.com/keras-team/keras-cv/issues/668, this is another transformer based model which we'd like to be supported. For simplicity, focus on only classification task, having in mind…
-
To cite your paper(Feature Squeezing), I would like to do separate training and detection tests on the CIFAR10 and MNIST datasets using different models, without pre-trained models.
For the model f…
-
## Description
I am training a lstm-trec classification model. This is my training code.
```python
import os
#os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2"
os.environ["KERAS_BACKEND"] = 'mxnet'
i…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
…
-
### 🚀 The feature
YOLO aka. You Only Look Once, which is a vibrant series of object detection models since the release of Joseph Redmon [You Only Look Once: Unified, Real-Time Object Detection](htt…
-
GRU operation in circle can be defined in two ways. During conversion from Keras, it may be converted into :
- Single "Custom" GRU operation as in (onert-micro) https://github.com/Samsung/ONE/pul…