Command '['hostname -I']' returned non-zero exit status 1.
Opened this issue · 3 comments
linbingkong commented
train_loader, vali_loader, test_loader, model, model_optim, scheduler = accelerator.prepare(train_loader, vali_loader, test_loader,model, model_optim, scheduler) raise error:Command '['hostname -I']' returned non-zero exit status 1.
linbingkong commented
Dclpwos commented
I encounter the same problem!
guoqian-01 commented
I'm having the same problem, I didn't have it when I ran it in October and before, have you solved it yet?