Published inGoPenAIMigrating Trained PyTorch Model to RustThis tutorial will guide you through migrating a trained PyTorch model to Rust using the tch-rs crate—a Rust binding for PyTorch’s C++ API.Sep 17, 2024Sep 17, 2024
I Didn’t Know It’d Be This Hard: People PersonAugust 2021: It began in our fifth semester, before we had even taken the Software Engineering (RPL) course. During the holidays, one of my…May 12, 2022May 12, 2022
More Untapped Power: Design PatternDesign patterns are conventional solutions to common challenges in software development. They’re similar to schematic outlines that you can…May 12, 20221May 12, 20221
Modification, Improvement: Code Optimization and ScalabilityWhen developing a program, we tend to test its acceptance on a smaller scale, forgetting that on a larger scale it might not run as…May 12, 2022May 12, 2022
Do Your Best with the Right Equipment: Software DevelopmentIn today’s society, software items are essential for our day-to-day life. Software product development is a difficult task, and in order to…Apr 12, 2022Apr 12, 2022
Let’s Take Out the Trash: Writing Cleaner CodeClean code plays a major role in the understandability of a code, along with that so does its readability, changeability, extensibility and…Mar 22, 2022Mar 22, 2022
Birth Control for Bugs: Test-Driven DevelopmentDevelopment is hard, not only does it take time and effort, the programming aspect has so many components where things can go wrong. We’re…Mar 21, 2022Mar 21, 2022