Skip to content

Commit

Permalink
update mcov
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed Apr 28, 2023
1 parent e0e7e6f commit 1ce2069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis_pytorch/dist_pytorch/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def _validate(self):
input0_9 = self.Graph0_9.patch_to_segment(
graph=edge_cpu, coord=coord, idx=out_cpu, prune=5, sort=False
)
mcov_m = mcov(input0_9, target)
mcov_m, _ = mcov(input0_9, target)
mcov0_9.append(mcov_m)
except:
mcov0_9.append(0.0)
Expand Down

0 comments on commit 1ce2069

Please sign in to comment.