4 Commits

Author SHA1 Message Date
quentinll
ca231f9f9d updating readme with hugging face datasets 2026-03-26 22:53:48 -04:00
Lucas Maes
19399be69f Merge pull request #1 from Hoiyeuhng/fix/device-agnostic-and-readme
fix: use proj.device instead of hardcoded cuda, fix README typos
2026-03-24 14:40:26 +01:00
Haiyang Luo
d6475e6133 fix: use proj.device instead of hardcoded cuda, fix README typos
- Replace hardcoded device="cuda" with proj.device in SIGReg for
  portability (e.g. macOS MPS, CPU)
- Fix "Both functions accept" → "This function accepts" (only one
  function is shown)
- Fix "please reference in your paper" → "please reference it in
  your paper"
2026-03-23 23:30:53 -07:00
Lucas Maes
83f97d72ad Initial commit 2026-03-23 14:22:26 +01:00