nihui / ncnn_on_esp32

64 stars 9 forks source link

how to generate model and param for 'net.load_model(mnist_int8_bin)' 'net.load_param(mnist_int8_param_bin)' #4

Open zorosmith opened 1 week ago

zorosmith commented 1 week ago

Hello, i want to use ncnn to run on the esp32s3. I can not find the way to generate model file and param file. If matlab or tensorflow can generate these files? Could you give me some advice, THX a lot.