SANS icon indicating copy to clipboard operation
SANS copied to clipboard

PyTorch implementation of Structure Aware Negative Sampling in Knowledge Graphs

Results 2 SANS issues
Sort by recently updated
recently updated
newest added

I'm interested in your research. I ran all the command lines that you recommended in README.md. But after your program was run with 4 hours, I found there is a...

~/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...