codeinassembly

↗ HN profile [ 26.4 ms ] full profile
Karma
69
Created
June 23, 2022 (4y ago)
Submissions
0
https://jinen.setpal.net/
  1. For my research, I needed to use `torch.cdist` https://docs.pytorch.org/docs/stable/generated/torch.cdist.h... with p != 2. Turns out torch's implementation for cdist with p != 2 is prohibitively slow. I came up with an…

  2. Hey HN, I'm Jinen. I’m a PhD student working on DL interpretability & Optimization Theory. Before beginning my PhD, I worked at DagsHub fine tuning vision models for domain specific deployments. I wanted to use ML…

  3. The open source reimplementation is not as quick or robust as the closed source implementation - hopefully I'll be able to find time to make upgrades soon.

  4. TL:DR; need help making heatmaps! Repository: https://dagshub.com/nirbarazida/Pneumonia-Classification Colab Notebook: https://colab.research.google.com/drive/1U3F5ETJeisBnlmamR4EqigS7shIbL2L1 Hey everyone - I've been…