TimDettmers / ConvE

Convolutional 2D Knowledge Graph Embeddings resources
MIT License
674 stars 163 forks source link

Log info #78

Open wefunz opened 3 years ago

wefunz commented 3 years ago

I'm a student in HUTB,when I run

CUDA_VISIBLE_DEVICES=0 python main.py --model conve --data FB15k-237 \
                                      --input-drop 0.2 --hidden-drop 0.3 --feat-drop 0.2 \
                                      --lr 0.003 --preprocess

I want to know where the log information is stored,I can't find it by myself,thanks very much

excuse,me.I find it ,thanks