Highlights
- Pro
Popular repositories Loading
-
-
Computer-Graphics-THU
Computer-Graphics-THU PublicComputer Graphics Fundamentals Assignment at Tsinghua University
C++ 3
-
Tomasulo-Algorithm
Tomasulo-Algorithm PublicA C++ and Python implementation of Tomasulo algorithm implementation and visualization
C++ 1
-
COS-ECE470-fa2024-TA
COS-ECE470-fa2024-TA PublicTA's implementation of the bitcoin project for COS/ECE 470: Principles of Blockchains, Fall 2024 at Princeton University.
Rust 1
203 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 5 commits in 2 repositories
Created an issue in meghabyte/verifiable-training that received 2 comments
Is there any guarantee for $d_{div} < \epsilon_{fp32}$ and the selection of threshold?
Hi! Thank you very much for your work! From your paper, I found you were doing a random sampling + binary search to find a good $\tau$. But you did…