Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Jul 20, 2023
1 parent 37d5a1c commit 2e4d03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function normalize_trajectories(y, ŷ)
Y = reshape(y, (C, N, B))
= reshape(ŷ, (C, N, B))

# normalize every [c, N1, ..., Nd, b] trajectory
# normalize every [c, :, b] trajectory
Ŷm = 1 # size [C, B]

Y = Y ./ Ŷm
Expand Down

0 comments on commit 2e4d03c

Please sign in to comment.