DeepGraphLearning / KnowledgeGraphEmbedding

MIT License
1.24k stars 264 forks source link

Some question about the test process. #15

Closed zysforever closed 4 years ago

zysforever commented 4 years ago

When I tested the model by the command: CUDA_VISIBLE_DEVICES=0 python -u codes/run.py --do_test --cuda -init models/RotatE_countries_S3_0, it showed that "UnboundLocalError: local variable 'current_learning_rate' referenced before assignment". I'm a novice. Could you tell me how to solve it? I would appreciate it if you can help me. Looking forward to your reply. @7P(5DJE}O% QE)(L KFOBA

Edward-Sun commented 4 years ago

Sorry, it's a bug. We just fixed it. Please pull and try again.

zysforever commented 4 years ago

Sorry, it's a bug. We just fixed it. Please pull and try again.

Problem solved! Thank you very much!