HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Bayes7

no profile record

Submissions

Sioyek: PDF Reader for Papers

sioyek.info
2 points·by Bayes7·2 years ago·0 comments

Supercharge your PDF reading

scholar.googleblog.com
4 points·by Bayes7·2 years ago·0 comments

comments

Bayes7
·last year·discuss
| „[…] was a friend telling me his LaTeX thesis took 90 seconds to compile towards the end“

Sure, but in order to iterate you won’t have to compile the whole document but can just keep the chapter you are working on by structuring it with \includes
Bayes7
·last year·discuss
Its a thing: https://www.nature.com/articles/s41377-024-01590-3
Bayes7
·last year·discuss
Would you mind sharing how it turned out useful?
Bayes7
·2 years ago·discuss
thanks!
Bayes7
·2 years ago·discuss
Is there any good article/paper that describes how it actually works or is implemented not just in high-level and hand-waving terms?
Bayes7
·2 years ago·discuss
great project!
Bayes7
·2 years ago·discuss
Check out sioyek, it’s great and can open epubs like normal pdfs:

https://sioyek.info/ https://github.com/ahrm/sioyek
Bayes7
·2 years ago·discuss
This was a great read, thanks a lot! One a side note, any one has a good guess what tool/software they used to create the visualisations for matrix multiplications or memory outline?
Bayes7
·2 years ago·discuss
Summarised by https://xkcd.com/2494
Bayes7
·3 years ago·discuss
Okay, I see that for inference. But for training it shouldn't matter because I need to hold on to all my activations for my backwards pass anyways? But yeah, fair point!
Bayes7
·3 years ago·discuss
"[...] modern neural network (NN) architectures have complex designs with many components [...]"

I find the Transformer architecture actually very simple compared to previous models like LSTMs or other recurrent models. You could argue that their vision counterparts like ViT are conceptually maybe even simpler than ConvNets?

Also, can someone explain why they are so keen to remove the skip connections? At least when it comes to coding, nothing is simpler than adding a skip connection and computationally the effect should be marginal?