Error in “if (reached.threshold < min.reached.threshold) {” : missing value where TRUE/FALSE needed

后端 未结 3 738
萌比男神i
萌比男神i 2021-01-15 01:32

I get the following error message :

Error in 
    \"if (reached.threshold < min.reached.threshold) {\" : 
     missing value where TRUE/FALSE needed


        
相关标签:
3条回答
  • 2021-01-15 01:49

    I had the same error. The following worked with me: Try to set linear.output=F and scale the output afterwards.

    0 讨论(0)
  • 2021-01-15 01:56

    You can resolve this issue by using a very small learning rate. A good place to start would be something like 0.0001.

    0 讨论(0)
  • 2021-01-15 01:59

    I had a similar problem and solved it by setting the learningrate to a 100-fold smaller value.

    0 讨论(0)
提交回复
热议问题