Search found 2 matches

by ugoebel
2024-10-11 21:41
Forum: LuckFox Pico
Topic: Konver Keras-Model to RKNN
Replies: 2
Views: 1545

Re: Konver Keras-Model to RKNN

Ok, thank you. I will try it.
by ugoebel
2024-10-03 13:41
Forum: LuckFox Pico
Topic: Konver Keras-Model to RKNN
Replies: 2
Views: 1545

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 # Daten...