scott-vsi

Results 13 issues of scott-vsi

should this divide by the quantity `(scaling[0] * scaling[1])` (instead of just `scaling[0]` and then multiplying by `scaling[1]`)? I don't think this changes the relative order of list_inliers though because...

I ran the demo.py script with the provided ycb_prototypes.pth prototype model file. However, I only used the first 10 prototypes for both label_names and test_class_weight (apple, ball, banana, bowl, brick,...

If we try to load a CLIP model that has not been traced (and is saved as a state_dict), then this first tries to load it with `torch.jit.load(opened_file)`, which will...