Skip to content

Stuck in Building model on training data #76

@sangyx

Description

@sangyx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions