Viewing profile — czr
czr
HN member- Joined
- Sun, Jun 03, 2018, 7:37 PM UTC
- HN karma
- 1,315
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About czr
No profile information was provided.
Recent public activity
-
comment
Comment #30164876
they flipped a switch (this one, under "clear to go" subheading https://youtu.be/ToDMceo0aDs?t=20 ). tesla planning still mostly is done by C/C++ code.
-
comment
Comment #28711089
nuro https://www.dmv.ca.gov/portal/vehicle-industry-services/auto...
- story
-
comment
Comment #25386958
> Yet another throw-away product from a self-proclaimed environmentally friendly company. $79 for airpods max battery service [0]. user-replaceable battery certainly would be nicer…
- story
- comment
-
comment
Comment #22380959
iirc they project small green region around the actors and real props, so that ambient light and reflections are still mostly correct but they can also get clean matte out.
-
comment
Comment #22285198
how do you differentiate open-mindedness from a closed-minded preference in other direction (i.e. straight men who specifically want to out-earn their spouses)?
-
comment
Comment #22278563
important to remember that header image is result of professional concept artist drawing over gaugan result (bottom left). explanation of paper is not awful but not great, would re…
-
comment
Comment #22096441
actual paper https://aip.scitation.org/doi/10.1063/1.5129958 video 1 (response measurement): https://aip.scitation.org/doi/suppl/10.1063/1.5129958/suppl_... video 2 (picking up blo…
-
comment
Comment #21709326
typo: under supported podcasts, heavyweight is listed twice.
-
comment
Comment #21665524
for those interested, there's a longer discussion of this idea at https://jameshfisher.com/2014/05/11/your-syntax-highlighter-... (2014)
-
comment
Comment #21665514
hack to switch to light mode, if you don't want to do it systemwide (paste into console): Array.from(document.styleSheets).forEach(ss => Array.from(ss.rules).forEach((ssr,i) => {if…
-
comment
Comment #21649787
he hasn't worked on YOLO, only NLP. YOLO is another example of a well-known, successful researcher (Joseph Redmon) writing an informal paper
-
comment
Comment #21648505
for those who aren't familiar with the author, he previously worked at metamind / salesforce research doing nlp and has published many successful nlp papers [0]. he opted to write …
-
comment
Comment #21628927
haven't read paper yet, but this is a silly demo. "turn 10% of pixels black" is not a good baseline, should use nearest-neighbor interp (or something) to fill holes in the "sparse"…
-
comment
Comment #21564542
problem is most likely that your initialization are bad (see e.g. https://openreview.net/pdf?id=H1gsz30cKX for explanation). make sure to use variance scaling, taking activation in…
-
comment
Comment #21564521
for specifics, would recommend to simply read the code. for overall context, geohot has done interviews ([0], [1]) and that give overview of comma/openpilot at high level. [0] http…
-
comment
Comment #21561824
good start op. a good next step is add in temporal context (previous frame information) so model may resolve ambiguous cases. see e.g. breakdown of comma.ai openpilot model here (f…
-
comment
Comment #21560685
for those interested in the different ml methods attempted for the challenge, many of the top kagglers in this contest posted rundowns of their solution [0]. for those interested i…
- comment
-
comment
Comment #21432476
they made an extended abstract for ismir: http://archives.ismir.net/ismir2019/latebreaking/000036.pdf methodology is a separate u-net per instrument type to predict a soft mask in …
-
comment
Comment #21432464
melodyne's editing interface lets you remove different notes from a polyphonic track. so if it's just vocals + other tonal sounds, you can manually remove the other tonal sounds. e…
-
comment
Comment #21432435
messed around with the 2stem model for a bit and it's reasonably good. I think phonicmind is still a bit better - phonicmind tends to err on the side of keeping too much, while the…
-
comment
Comment #21377264
timestamped link: https://overcast.fm/+R7DXB8Hbs/14:08