Skip to content

Commit

Permalink
Add storing hparam to example config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaUlicna committed Oct 13, 2023
1 parent 31c1a4e commit a60029d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grace/training/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ keep_edge_unknown_labels: False # relabels UNKNOWN edges to TRUE_NEGATIVE

# Feature extractor path & patch normalization:
extractor_fn: /path/to/your/extractor/resnet152.pt
store_graph_attributes_permanently: False # write out graph attributes

feature_dim: 2048 # output dimensionality: 1D feature vector

patch_size: # input dimensionality: 2D patch shape
- 224
- 224
feature_dim: 2048 # output dimensionality: 1D feature vector
normalise: # [0-1] image patch standardisation
- False # before augmentations
- False # after augmentations
Expand Down

0 comments on commit a60029d

Please sign in to comment.