Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminFiltjens authored Jan 24, 2022
1 parent 81bff25 commit eb3e556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Pre-trained models are provided for HuGaDB, PKU-MMD, and LARa. To reproduce the
* See the "Data" section for more information on how to prepare the datasets.
* Place the pre-trained models in ``models/``, e.g. ``models/hugadb``.
* Ensure that the correct graph representation is chosen in ``ms_gcn``.
* Comment out ``features = get_features(features)`` in model (only for lara and hugadb).
* Specify the correct sampling rate, e.g. downsampling factor of 4 for lara.
* Run main to generate the per-sample predictions with proper arguments, e.g. ``--dataset=hugadb`` ``--action=predict``.
* Run label_eval with proper arguments, e.g. ``--dataset=hugadb``.

Expand Down

0 comments on commit eb3e556

Please sign in to comment.