Skip to content

Instantly share code, notes, and snippets.

@sbalnojan
Created June 20, 2019 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbalnojan/c91267c0956b21da595f91d4ebde1c49 to your computer and use it in GitHub Desktop.
Save sbalnojan/c91267c0956b21da595f91d4ebde1c49 to your computer and use it in GitHub Desktop.
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