Donglearner
Donglearner
``` @staticmethod def find_max_syz(data, num): max_syz = 0 for i in range(len(data)): listnum = [0 for k in range(num)] for j in range(len(data[i]['graph'])): listnum[data[i]['graph'][j][0]] = listnum[data[i]['graph'][j][0]]+1 if max_syz < max(listnum):...
Thanks for your help I will try ---Original--- From: "Yu ***@***.***> Date: Sat, Mar 20, 2021 11:09 AM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [entslscheia/GGNN_Reasoning] raise RuntimeError('each element in list...
I run my modified code that throw the memory error. SO my way will produce a big sparse A list. I said the len(A)will be modified because if evey graph...
Dear scholar, How to train the model? I run the "bash...." only output "Finished" ~/Dynamic-Vision-Transformer-MindSpore$ bash scripts/train_ascend.sh 0 deit_dvt_12_49_196_w_f_w_r_adamw_originhead_dataaug_mixup --config=configs/local/vit_dvt/deit_dvt_12_49_196_w_f_w_r_adamw_originhead_dataaug_mixup.yml.j2 Finished
why use val in training procedure and evaluated on the val . It could be 100%
please know xunlei software
> 1. Please try to change "selected_beam = selected_idx / candidate_logprob.shape[-1]" to "selected_beam = selected_idx // candidate_logprob.shape[-1]" for new pytorch version. The code can work correctly in my server after...
Could you help me the #include didn't have the file?
I just follow the readme'' Environment to run conda create -n... conda install... git clone(apex)but it throws exception pop install Cython -r requiremen t ./scripts/init.sh (It has errors, which didn't...
I have solved the problem. Thanks