vencent,W.jun

Results 4 comments of vencent,W.jun

RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument target in method wrapper_nll_loss_forward) use parser.add_argument('--no-cuda',...

when I use only "CPU", it notices the problem. Then I use "GPU", it also happens another problem. train_feats = torch.spmm(adj, train_feats) RuntimeError: Expected all tensors to be on the...

model.load_state_dict(torch.load('model67')) 这部分的model67应该换成本项目的哪个部分

There are two types of sequential chains in LangChain: SimpleSequentialChain: This is the simplest form of a sequential chain, in which each step has a single input/output, and the output...