Skip to content

Commit

Permalink
remove blank line diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu authored Dec 2, 2024
1 parent 288a717 commit ca9ac05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viscy/representation/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def _log_metrics(
logger=True,
sync_dist=True,
)

cosine_sim_pos = F.cosine_similarity(anchor, positive, dim=1).mean()
euclidean_dist_pos = F.pairwise_distance(anchor, positive).mean()
log_metric_dict = {
Expand Down

0 comments on commit ca9ac05

Please sign in to comment.