Kevin Musgrave
Kevin Musgrave
Sorry about that. The datasets were stored on my school's Box account, but I've since graduated so they're gone. Luckily I have back-ups, so I can upload them somewhere else....
Here's a stackblitz project to reproduce: https://stackblitz.com/edit/vitejs-vite-ykmbl1au?file=src%2Fcounter.js - main.js sets up the buttons - state.js has two states (one with and without a top level key) - Clicking on the...
I think in my particular case, I'd know from the beginning whether I want merging or overwriting, so I'd want it as an option of `temporal`.
Can you paste in the embeddings tensor here? I'd like to reproduce the bug.
Hmm, I'm not able to reproduce it yet. Can you paste in the minimal code for reproducing it? Also what OS are you running this on and what versions of...
I don't think I'm able to reproduce it on my macbook. I'm using: - torch 2.2.1 - pytorch-metric-learning 2.6.0 - MacOS 13.7 Here's the code I'm using: ```python import torch...
Thanks for looking into this! Currently I get the following error in the console when I import a file that contains just a bit of text and nothing else: ```...
Thanks @kei95, it's working better, but there are some edge cases which I don't fully understand. Here's my excalidraw drawing: And here's the animation: https://github.com/user-attachments/assets/2fbb68ee-8a29-48d4-b68b-111fee89651b Here's the excalidraw file: ```...
Thanks for the suggestions! > I find that it's nice to have a few benchmark datasets integrated into libraries for easier research. My feature request boils down to the implementation...
>Ideally, yes, as I would like it to mimic pytorch because of familiarity. This would mean you can specify the root, split, and download (possibly something else in case I...