You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@
17
17
18
18
19
19
## 🔔 News
20
+
-[Oct 26, 2025] Our NeurIPS camera-ready [paper](https://arxiv.org/abs/2506.05282v2) is available! 🎉
21
+
- We include additional experiments on generalizability and a new **anchor-free** model, which aligns more with practical assembly assumptions.
22
+
- We release **Version 1.1** to support the anchor-free model; see the [PR](https://github.com/GradientSpaces/Rectified-Point-Flow/pull/25) for more details.
23
+
20
24
-[Sept 18, 2025] Our paper has been accepted to **NeurIPS 2025 (Spotlight)**; see you in San Diego!
21
25
22
26
-[July 22, 2025]**Version 1.0**: We strongly recommend updating to this version, which includes:
@@ -292,6 +296,7 @@ Define parameters for Lightning's [Trainer](https://lightning.ai/docs/pytorch/la
292
296
293
297
**Dataloader workers killed**: Usually this is a signal of insufficient CPU memory or stack. You may try to reduce the `num_workers`.
294
298
299
+
295
300
> [!NOTE]
296
301
> Please don't hesitate to open an [issue](/issues) if you encounter any problems or bugs!
0 commit comments