pytorch 学习问题总结

python迭代器

__gititem__

next()

enumerate(可迭代对象)iter(可迭代对象)的区别

python异步问题

pytorch问题

running_loss += loss.item()

predict_y = torch.max(outputs, dim=1)[1]

accuracy = (predict_y == test_label).sum().item() / test_label.size(0)

debug问题

format指定输出格式: https://www.runoob.com/python/att-string-format.html

python生成器

IDE问题

mac vscode为何不能debug进别人代码

DOCKER

什么是docker

transformer

你可能感兴趣的:(人工智能,pytorch)