Wednesday, July 6, 2022

Tuesday, July 5, 2022

Show HN: A short dystopian game I build last weekend https://ift.tt/MSERybJ

Show HN: A short dystopian game I build last weekend https://ift.tt/XlnDH6w July 5, 2022 at 01:13AM

Show HN: Graphsignal – ML profiler to speed up training and inference https://ift.tt/tdulEra

Show HN: Graphsignal – ML profiler to speed up training and inference Hi, Graphsignal founder here. We've launched Graphsignal earlier this year to make machine learning profiling practical and easy to use. Basically, it enables the profile-optimize-benchmark loop. For example, making inference faster by optimizing an ML model, while still maintaining accuracy. We've make a lot of progress that I wanted to share. The profiler now natively supports TensorFlow, Keras, PyTorch, PyTorch Lightning, Hugging Face, XGBoost and JAX frameworks along with built-in support for distributed workloads. Profiles now include tracing information in chrome trace format. Process and GPU utilization data has been extended as well. It is now possible to monitor all run metrics. Useful for long runs. Profiled workloads are now sharable across teams and publicly (if enabled). I'm excited to show it here and appreciate any thoughts, comments and feedback! https://ift.tt/7YiQln5 July 4, 2022 at 05:10PM

Show HN: Trane, an automated system for learning complex skills https://ift.tt/mX3S5Ae

Show HN: Trane, an automated system for learning complex skills Hi HN, I released Trane over the weekend: https://ift.tt/1xRUfPL . Trane is an automated system for learning complex skills. Think of it like defining a skills tree (technically a graph) of all the smaller skills you need to master a complex skill and having an automated system to automatically traverse the graph as you master them. The seed for Trane was planted after my frustration trying to learn music, and jazz in particular. There are simply too many things you need to master first (e.g. knowing the names of a note, knowing where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is that you should focus on, and there is a process of constant atrophy, even if you practice consistently. Trane is an early state, but is already usable. I have released a command line interface at https://ift.tt/JipS0Dd and some music courses at https://ift.tt/MSwknrl . I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's some of you who have found a similar issue while practicing your own hobbies. https://ift.tt/1xRUfPL July 4, 2022 at 11:34PM

Monday, July 4, 2022

Show HN: Instant.gallery pushing the 3D immersive web further https://ift.tt/9FmKH2g

Show HN: Instant.gallery pushing the 3D immersive web further https://ift.tt/5etzq2I July 4, 2022 at 10:23PM

Show HN: Auto scan receipt data feature in my app https://ift.tt/4Uv0Ty8

Show HN: Auto scan receipt data feature in my app Hi all, Just released a feature in my app Receipts Co to auto scan the data from receipts while saving the receipts. App will try to read store, price and purchase date from receipts to make the process faster. Kindly download the app from here https://ift.tt/UYAJsfx and let me know your feedback. Thank you July 4, 2022 at 01:13PM

Show HN: Yet Another Memory System for LLM's https://ift.tt/0oZIwAv

Show HN: Yet Another Memory System for LLM's Built this for my LLM workflows - needed searchable, persistent memory that wouldn't bl...