blogs.harshithsai.comNormCompressAI: Exploring Image Compression with Different NormsIn the world of deep learning and computer vision, image compression plays a crucial role in efficient data storage and transmission. Today, we’ll dive into a fascinating project called NormCompressAI, which explores how different mathematical norms ...Sep 28, 2024·5 min read
blogs.harshithsai.comThread Group in JAVATasks are a logical unit of work, we use threads so that these tasks can run asynchronously. We know that there are two policies for executing a particular task using threads- execute them sequentially in a single thread and execute each task in its ...Apr 4, 2024·3 min read