Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nonocycle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nonocycle
1y ago
You can pretty much use it as a drop-in replacement for anything built on top of DINOv2. E.g. if you want to fine-tune a segmentation model you can use EoMT[0] which uses DINOv2 as backbone and replace the backbone with DINOv3. If you just
2.
▲
LightlyTrain X DINOv2: Smarter Self-Supervised Pretraining, Faster
(lightly.ai)
4 points
by
nonocycle
1y ago
|
1 comments
3.
▲
Nonocycle – Prevent circular imports in Python
(github.com)
2 points
by
nonocycle
2y ago
|
1 comments
4.
▲
by
nonocycle
2y ago
Nonocycle is a small tool I developed to detect potential circular imports before they are introduced into a codebase. It achieves this by enforcing a strict separation of concerns between sub-packages. In my experience, circular imports ar