Get parameters of weight and GDN #158
-
Hi,I am a hardware engineer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, there are two options: |
Beta Was this translation helpful? Give feedback.
-
Hi,I am a hardware engineer. |
Beta Was this translation helpful? Give feedback.
-
Hi, there are two options: |
Beta Was this translation helpful? Give feedback.
Hi, there are two options:
bmshj2018.py
only has source code, but no pretrained parameters. All the trained models we provide are accessible throughtfci.py
. They are not in a format that you can load intobmshj2018.py
, but frozen as a TF .metagraph file. You can either extract the weights from this graph, or train your own model using the code inbmshj2018.py
and then use those.