exportNetworkToTensorFlow is not recognized as a function, despite addon is installed
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Karol P.
le 30 Déc 2022
Modifié(e) : Karol P.
le 3 Jan 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 commentaires
Réponse acceptée
David Willingham
le 3 Jan 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:
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!