Skip to content

Commit

Permalink
track spatial spectral weight
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Jul 28, 2020
1 parent b221a08 commit 27991d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#Get Alpha score for the weighted spectral/spatial average. Higher alpha favors spatial network.
if model.config["train"]["weighted_sum"]:
estimate_a = model.model.layers[-1].get_weights()
experiment.log_metric(name="spatial/spectral weight", value=estimate_a)
experiment.log_metric(name="spatial-spectral weight", value=estimate_a[0])

##Evaluate
#Evaluation scores, see config.yml for tfrecords path
Expand Down

0 comments on commit 27991d9

Please sign in to comment.