Error in file(file, ifelse(append, "a", "w")) : cannot open the connection

hello, i received an error:

Error in file(file, ifelse(append, "a", "w")) :
  cannot open the connection

while running the melonnpan train.

if anyone have any solution for this? thanks a lot!

I’ve solved the problem by changing the output directory from getwd() to the absolute path

1 Like