Why did my LOAD stop working?

3 vues (au cours des 30 derniers jours)
Harold Kidder
Harold Kidder le 28 Mai 2014
Commenté : Mostafa Nakhaei le 20 Fév 2020
I have code that makes the following call: [net,~] = LoadDailyNet(option). The function performs the load call: load('WCF\Networks\NorthDailyNet', 'net'). The call worked OK until, suddenly, one day I get the following message: Warning: Could not determine the fields for class network by calling the constructor with no input arguments. The object net has been converted to a structure. To eliminate the conversion create an object of class network before calling LOAD.
I suspect the Administrator may have changed something in the configuration. Before I change my code I want to make sure that this cannot be resolved globally. Other Developers may have done the same thing I did.
  1 commentaire
Mostafa Nakhaei
Mostafa Nakhaei le 20 Fév 2020
Have the same issue!!!

Connectez-vous pour commenter.

Réponses (1)

Steven Lord
Steven Lord le 20 Fév 2020
Did you create, download, etc. a function or class named network that is taking precedence over the definition of the network class in Deep Learning Toolbox? What does this function show?
which -all network
  1 commentaire
Mostafa Nakhaei
Mostafa Nakhaei le 20 Fév 2020
Nope for me. But when I open it in my laptob the "net" is imported as network and works fine. When I import from desktop computer it change the network to structure and does not work! Not sure what happened. Both were working fine!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox 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!

Translated by