Filter löschen
Filter löschen

Error in dlnetwork/initialize in GAN

23 Ansichten (letzte 30 Tage)
Shaw
Shaw am 10 Okt. 2021
Kommentiert: plik plik am 15 Sep. 2023
dlnetGenerator = dlnetwork(lgraphGenerator);
  2 Kommentare
Walter Roberson
Walter Roberson am 10 Okt. 2021
If you run the example on MATLAB Online then the function is defined at
/MATLAB Drive/Examples/R2021b/nnet/TrainGenerativeAdversarialNetworkGANExample/feature2image.m
Shaw
Shaw am 10 Okt. 2021
I am not using Matlab online. using Desktop version 2021b

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Okt. 2021
When you
openExample('nnet/TrainGenerativeAdversarialNetworkGANExample')
the file will be copied into the directory that is created to host the example, which would be
fullfile('MATLAB', 'Examples', 'R2021b', 'nnet', 'TrainGenerativeAdversarialNetworkGANExample', 'feature2image.m')
probably relative to your Documents directory. For example for me on MacOS it would be
/Users/roberson/Documents/MATLAB/Examples/R2021b/nnet/TrainGenerativeAdversarialNetworkGANExample/feature2image.m
The "master" copy of the file lives at
fullfile(matlabroot, 'examples', 'nnet', 'main', 'feature2image.m')
which is not on your MATLAB path. The copy there is not intended to be executed out of that location; it is intended that you use openExample() to created the correct environment.

Weitere Antworten (0)

Kategorien

Mehr zu Install Products finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by