Created
June 20, 2019 19:48
-
-
Save sbalnojan/c91267c0956b21da595f91d4ebde1c49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from torchbiggraph.eval import do_eval | |
eval_path = [convert_path(os.path.join(DATA_DIR, FILENAMES['test']))] | |
eval_config = attr.evolve(train_config, edge_paths=eval_path) | |
do_eval(eval_config) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment