Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck in Building model on training data #76

Open
sangyx opened this issue May 6, 2024 · 3 comments
Open

Stuck in Building model on training data #76

sangyx opened this issue May 6, 2024 · 3 comments

Comments

@sangyx
Copy link

sangyx commented May 6, 2024

Describe the bug
When I tried to follow the tutorial "Starting Simple - The Iris Dataset (Tabular)". It stucked in the Status "Building model on training data" after I clicked "start".

Screenshots
If applicable, add screenshots to help explain your problem.
image

log:

01:29:03: Weka Explorer
01:29:03: (c) 1999-2022 The University of Waikato, Hamilton, New Zealand
01:29:03: web: https://www.cs.waikato.ac.nz/~ml/weka/
01:29:03: Started on Monday, 6 May 2024
01:29:19: Base relation is now iris (150 instances)
01:31:55: Started weka.classifiers.functions.Dl4jMlpClassifier
01:31:55: Command: weka.classifiers.functions.Dl4jMlpClassifier -S 1 -cache-mode MEMORY -early-stopping "weka.dl4j.earlystopping.EarlyStopping -maxEpochsNoImprovement 0 -valPercentage 0.0" -normalization "Standardize training data" -iterator "weka.dl4j.iterators.instance.DefaultInstanceIterator -bs 1" -iteration-listener "weka.dl4j.listener.EpochListener -eval true -n 5" -layer "weka.dl4j.layers.OutputLayer -lossFn \"weka.dl4j.lossfunctions.LossMCXENT \" -nOut 2 -activation \"weka.dl4j.activations.ActivationSoftmax \" -name \"Output layer\"" -logConfig "weka.core.LogConfiguration -append true -dl4jLogLevel WARN -logFile /Users/ys26425/wekafiles/wekaDeeplearning4j.log -nd4jLogLevel INFO -wekaDl4jLogLevel INFO" -config "weka.dl4j.NeuralNetConfiguration -biasInit 0.0 -biasUpdater \"weka.dl4j.updater.Sgd -lr 0.001 -lrSchedule \\\"weka.dl4j.schedules.ConstantSchedule -scheduleType EPOCH\\\"\" -dist \"weka.dl4j.distribution.Disabled \" -dropout \"weka.dl4j.dropout.Disabled \" -gradientNormalization None -gradNormThreshold 1.0 -l1 NaN -l2 NaN -minimize -algorithm STOCHASTIC_GRADIENT_DESCENT -updater \"weka.dl4j.updater.Adam -beta1MeanDecay 0.9 -beta2VarDecay 0.999 -epsilon 1.0E-8 -lr 0.001 -lrSchedule \\\"weka.dl4j.schedules.ConstantSchedule -scheduleType EPOCH\\\"\" -weightInit XAVIER -weightNoise \"weka.dl4j.weightnoise.Disabled \"" -numEpochs 10 -numGPUs 1 -averagingFrequency 10 -prefetchSize 24 -queueSize 0 -zooModel "weka.dl4j.zoo.CustomNet -channelsLast false -pretrained NONE"

Additional Information

  • Weka version: 3.9.6
  • wekaDeeplearning4j package version: Install in Package Manager, 1.7.2
  • Operating System: macOS Sonoma Version 14.4.1 - M2 Pro

Additional context
Add any other context about the problem here.
I also can't see the result of "Is CPU Available?"

image
@sangyx sangyx changed the title Stuck on Building model on training data Stuck in Building model on training data May 6, 2024
@eibe
Copy link

eibe commented May 6, 2024 via email

@sangyx
Copy link
Author

sangyx commented May 9, 2024

@eibe Thanks for your reply. Do you have a timeline for updating wekaDeeplearning4j? We're using Weka in an MBA class and trying to add more advanced content like CNN into our class.

@eibe
Copy link

eibe commented May 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants