Browse Source

disable min/max hints

new-sep-loss
Michael Pilosov, PhD 10 months ago
parent
commit
b9b6ee7727
  1. 2
      utils.py

2
utils.py

@ -2,7 +2,7 @@ import matplotlib.colors as mcolors
import torch
def preprocess_data(data, skip: bool = False):
def preprocess_data(data, skip: bool = True):
# Assuming 'data' is a tensor of shape [n_samples, 3]
if not skip:
# Compute argmin and argmax for each row

Loading…
Cancel
Save