SANS icon indicating copy to clipboard operation
SANS copied to clipboard

I ran the example code in readme.md, the program was interrupted automatically and no error was prompted.

Open HammerWang98 opened this issue 1 year ago • 2 comments

~/hammer/SANS$ CUDA_VISIBLE_DEVICES=9 python -u codes/run.py --cuda --do_train --do_valid --data_path data/wn18rr/ --model TransE -n 256 -b 1024 -d 1000 -g 24.0 -a 1.0 -lr 0.0001 --max_steps 150000 -save models/TransE_wn18rr_0 --test_batch_size 16 -khop 3 -nrw 1000 2022-10-17 09:23:59,208 INFO Model: TransE 2022-10-17 09:23:59,208 INFO Data Path: data/wn18rr/ 2022-10-17 09:23:59,208 INFO #entity: 40943 2022-10-17 09:23:59,208 INFO #relation: 11 2022-10-17 09:23:59,292 INFO #train: 86835 2022-10-17 09:23:59,294 INFO #valid: 3034 2022-10-17 09:23:59,297 INFO #test: 3134 2022-10-17 09:23:59,579 INFO Model Parameter Configuration: 2022-10-17 09:23:59,579 INFO Parameter gamma: torch.Size([1]), require_grad = False 2022-10-17 09:23:59,579 INFO Parameter embedding_range: torch.Size([1]), require_grad = False 2022-10-17 09:23:59,579 INFO Parameter entity_embedding: torch.Size([40943, 1000]), require_grad = True 2022-10-17 09:23:59,579 INFO Parameter relation_embedding: torch.Size([11, 1000]), require_grad = True

then nothing happened for a long time

HammerWang98 avatar Oct 17 '22 10:10 HammerWang98