maddin79 / darch

Create deep architectures in the R programming language
GNU General Public License v3.0
71 stars 31 forks source link

pre-training problems #20

Closed Struggle-YD closed 6 years ago

Struggle-YD commented 8 years ago

dear team when i try to pre-train my deep net, this is a problem as follows

library(darch) data(iris) model <- darch(Species ~ ., iris,rbm.batchSize=10,rbm.numEpochs=10)

Warning messages: 1: In [<-(*tmp*, i, value = <S4 object of class "RBM">) : implicit list embedding of S4 objects is deprecated 2: In [<-(*tmp*, i, value = <S4 object of class "RBM">) : implicit list embedding of S4 objects is deprecated

I'd appreciated your instruction!!!

saviola777 commented 8 years ago

Hello,

thanks for your feedback. The messages are warnings, not errors, and the training itself should still work as expected. We will try to fix the warnings for the next version, but I can't make any promises as to when that will happen, since the project has not been worked on for the last couple of months.

Please give more details if there are problems beyond these warnings and I'll try to help you solve the issue.

Struggle-YD commented 8 years ago

thank u very much!