Project

General

Profile

Actions

Task #60700

open

Task #49925: WP 6: first level trigger (FLT)

Task #49926: WP 6.1: neuronal network method

Task #59176: optimize CNN

CNN optimize architecture

Added by Colley Jean-Marc 7 months ago. Updated about 2 months ago.

Status:
In progress
Priority:
Normal
Assigned To:
Category:
-
Start date:
04/23/2024
Due date:
% Done:

0%

Estimated time:
Remaining (hours)

Description

Description

Tenter de réduire le nombre de paramètres du réseau de neurones.

Outils à essayer

Solutions proposées

Actions #1

Updated by Colley Jean-Marc 7 months ago

  • Description updated (diff)

Just remove the last convolution layer of CNN version ICRC, so now only 2 layers of convolution => trigger2l.tflite

root@grand_zcu7:~# ln -s  trigger_icrc.tflite trigger_grand.tflite
root@grand_zcu7:~# time ./tf_inference

Nb events : 10000
Last probo: 0.085943
real    1m7.380s
user    1m7.313s
sys    0m0.013s
root@grand_zcu7:~# rm trigger_grand.tflite
root@grand_zcu7:~# ln -s  trigger2l.tflite trigger_grand.tflite
root@grand_zcu7:~# time ./tf_inference

Nb events : 10000
Last probo: 0.044562
real    0m28.025s
user    0m28.015s
sys    0m0.000s
root@grand_zcu7:~# ll *.tflite
-rw-r--r--    1 root     root        116976 Oct 18 10:45 trigger_icrc.tflite
-rw-r--r--    1 root     root         62112 Oct 18 13:52 trigger2l.tflite
lrwxrwxrwx    1 root     root            16 Oct 18 14:00 trigger_grand.tflite -> trigger2l.tflite

Actions #2

Updated by Colley Jean-Marc 7 months ago

  • Description updated (diff)
Actions #3

Updated by Colley Jean-Marc 7 months ago

  • Description updated (diff)
Actions #4

Updated by Colley Jean-Marc about 2 months ago

  • Description updated (diff)
Actions

Also available in: Atom PDF