Skip to content

priba/graph_metric.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Metric Learning

Graph Metric Learning in PyTorch.

Install

  • Install all the requirements.
    $ conda env create -f environment.yml

Usage

    $ conda activate graphmetric

Train

  • Write configuration file. Follow the example here.
  • Run the training script with the corresponding configuration file ./train.sh config/train.cfg

Test

  • Write configuration file. Follow the example here providing a load path (--load), and test option (-t).
  • Run the test script with the corresponding configuration file ./train.sh config/test.cfg

Author

About

Graph Metric Learning in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published