exportNetworkToTensorFlow is not recognized as a function, despite addon is installed
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Karol P.
il 30 Dic 2022
Modificato: Karol P.
il 3 Gen 2023
I'm trying to export pre-trained neural network to TensorFlow format for implementation in python. However the command
exportNetworkToTensorFlow(net,'FileName')
Is not recognized it gives me
Unrecognized function or variable 'exportNetworkToTensorFlow'.
The Deep Learning Toolbox Converter for TensorFlow Models is installed. I've tried reinstalling add-on, updating Matlab, also tried under older release (R2021a), still it does not works. It looks like exportNetworkToTensorFlow is no longer correct command, it must be changed but the docs says nothing about it. Can you help me?
0 Commenti
Risposta accettata
David Willingham
il 3 Gen 2023
Hi Karol,
exportNetworkToTensorFlow came out in R2022b. Was this the release you tried it in originally? If so, maybe the preference directory needs to be refreshed. To do this follow this answers post:
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!