-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练卡住,enumerate(train_data_loader)卡住 #564
Comments
哥们,你解决了吗,我是卡在推理的时候 |
还没有。。 |
prog_bar = tqdm(enumerate(train_data_loader)) 检查Dataset.__getitem__方法,卡在while(1)里面,while(1)得到一个错误的输入直接continue... |
已经收到您的邮件,谢谢!
|
谢谢! |
请问这个是什么意思呢? |
请问,txt文件应该怎么配置?不是数据集在的路径吗? |
谢谢,好人一生平安~ |
已经收到您的邮件,谢谢!
|
如题
卡在了train方法的 for step, (x, mel, y) in prog_bar:这一行,请求大佬们帮忙指点一二。
num_workers已改为0
PReLU已改为ReLU
通过pstack发现,是卡在了如下位置
'linux-vdso.so.1': opening object file: No such file or directory
查阅资料得知,linux-vdso.so.1这是个虚拟库,系统自带的,为什么找不到呢,有没有人遇到过啊
def train(device, model, train_data_loader, test_data_loader, optimizer,
checkpoint_dir=None, checkpoint_interval=None, nepochs=None):
The text was updated successfully, but these errors were encountered: