CenterForMedicalGeneticsGhent / PREFACE

PREFACE -- PREdict FetAl ComponEnt
GNU General Public License v3.0
14 stars 5 forks source link

Error while training neural network #10

Closed zuber-bioinfo closed 1 year ago

zuber-bioinfo commented 1 year ago

@leraman I encountered below error while creating a model. (used wisecondorx bed files)

$ Rscript PREFACE.R train --config config.txt --outdir model/ --cpus 44 --femprop ........... Loading sample ......... | 4/52 remaining ... Creating training frame ... Remaining training features after 'NA' filtering: 24085 Too few samples were provided for --nfeat 50, using --nfeat 46 Model training | Repeat 1/10 ... Executing principal component analysis ... ..... ..... Executing principal component analysis ... Model training | Repeat 10/10 ... Executing principal component analysis ... Training neural network ... ........ Training neural network ... Error in { : task 5 failed - "subscript out of bounds" Calls: train -> %dopar% -> Execution halted

Please assist...