Skip to content

Commit

Permalink
removing pdb
Browse files Browse the repository at this point in the history
	modified:   torchsig/utils/visualize.py
  • Loading branch information
pvallance committed Sep 5, 2024
1 parent 4eb5854 commit 53f56d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torchsig/utils/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import numpy as np
import pywt
import torch
import pdbgit


class Visualizer:
Expand Down Expand Up @@ -923,7 +922,6 @@ def mask_class_to_outline(tensor: np.ndarray) -> Tuple[List[List[int]], List[Any
for idx in range(batch_size):
label = tensor[idx].numpy()
class_idx_curr = []
pdb.set_trace()
for individual_burst_idx in range(label.shape[0]):
if np.count_nonzero(label[individual_burst_idx]) > 0:
class_idx_curr.append(individual_burst_idx)
Expand Down

0 comments on commit 53f56d6

Please sign in to comment.