Search found 2 matches
- 2024-10-11 21:41
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Konver Keras-Model to RKNN
- Replies: 2
- Views: 1890
Re: Konver Keras-Model to RKNN
Ok, thank you. I will try it.
- 2024-10-03 13:41
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Konver Keras-Model to RKNN
- Replies: 2
- Views: 1890
Konver Keras-Model to RKNN
Hello,
I have been trying to convert a Tensorflow/Keras model into an RKNN model for some time now. I have the model here:
import numpy as np
from tensorflow import keras
from tensorflow.keras import layers
import tensorflow as tf
import onnx
import tf2onnx
# 1. MNIST-Modell mit CNN in Keras ...
I have been trying to convert a Tensorflow/Keras model into an RKNN model for some time now. I have the model here:
import numpy as np
from tensorflow import keras
from tensorflow.keras import layers
import tensorflow as tf
import onnx
import tf2onnx
# 1. MNIST-Modell mit CNN in Keras ...
