Swimming-Pool397
Swimming-Pool397 t1_ixe2j4f wrote
Reply to comment by __pringles__ in [D] AISTATS 2023 reviews are out by von_oldmann
Tim rockatchsel ucl shared a really good guide on twitter!
Swimming-Pool397 t1_isnhnty wrote
Commenting to say I share all of the sentiment of the post!
I personally was nudged by someone I met at a conference to publish in JOSS which has a pleasant review process. Sure it’s not high academic prestige but I am very proud of the work and GitHub’s own metrics (as silly as stars ⭐️ sound!) not only provide me with satisfaction but I’m certain that outside of academia (when interviewing for internships or meeting new people) people who code are typically really impressed with a well packaged software that clearly has users - it’s almost always a topic of conversation and I am always delighted to talk about it.
I have my fingers crossed that this is a skill that is valued outside of academia 🤞
Swimming-Pool397 t1_ixgzv2n wrote
Reply to [D] Am I stupid for avoiding high level frameworks? by bigbossStrife
I found PyTorch lightning to be a bit like using a batteries included ide (which I always do but some would argue against!).
I was able to very easily translate my existing PyTorch code into Lightning but I have also additionally learnt about other functionalities and ways of implementing ideas by using Lightning in a curious way.