Skip to content

Predict Test data has same Value #19

@panruiqing

Description

@panruiqing

I train the model with num_round=2000, but the train process was early stop in round 782.
trainGSmodel <- train_deepGSModel(trainMat = trainMat,trainPheno = trainPheno,
validMat = validMat,validPheno = validPheno, markerImage = markerImage,
cnnFrame = cnnFrame,device_type = "cpu",gpuNum = 1, eval_metric = "rmse",
num_round = 2000,array_batch_size= 30,learning_rate = 0.01,
momentum = 0.5,wd = 0.00001, randomseeds = 0,initializer_idx = 0.01,
verbose = TRUE)
when i predict test data using trained model "trainGSmodel", the value is same, and I check my test data, it is correct.
image
how does it happend?
thank you very much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions