akash-isu

Results 4 issues of akash-isu

I keep following the steps in the ReadMe but whatever I do after the training phase it always shows TRAIN: 0% |.

tok=ex.src_vocab[idx - len(self.vocab)] in file DrRepair/model/repairer/data/err_dataset.py line 181 throws list index out of bounds error. How should i go about resolving this issue? I'm using the preprocessed models.

I'm trying to run dump_network_info on an A100 red hat. The script runs fine for all other networks, but causes a segmentation fault for bert_large. Has anyone faced this before...

Look at this code: ``` #include int main(int argc, char \*argv[]) { int a,i,j,k; scanf("%d",&a); k=a%10; j=a/10%10; if(a>0) printf("%d",a); else { if(k>j) printf("%d",a/100\*10+k); else printf("%d",a/10); } return 0; } ```...

enhancement
pending-user-input