- Waterloo, Ontario, Canada
- http://manpreetsinghminhas.medium.com
- in/manpreetsinghminhas
- @el_manpreet
Highlights
- Pro
Pinned Loading
-
DeepLabv3FineTuning
DeepLabv3FineTuning PublicTutorial on fine tuning DeepLabv3 segmentation network for your own segmentation task in PyTorch.
-
anomaly-detection-using-autoencoders
anomaly-detection-using-autoencoders PublicThis is the implementation of Semi-supervised Anomaly Detection using AutoEncoders
-
CompactCNN
CompactCNN PublicPyTorch and Keras implementation of CompactCNN for Anomaly Detection in textured surfaces.
-
-
libtorch-mnist-visual-studio
libtorch-mnist-visual-studio PublicThis repository contains a visual studio project for training a classifier on the mnist dataset using the libtorch c++ wrapper.
225 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 1 commit in 1 repository
Created a pull request in huggingface/candle that received 1 comment
Fix dtype mismatch in BERT attention mask handling
This PR addresses a critical issue with dtype compatibility in the BERT implementation. Previously, the attention mask was hardcoded to use DType::…
Created an issue in huggingface/candle that received 10 comments
Candle Inference ~8.5x Slower Than PyTorch on CPU
Issue
Inference with the sentence-transformers/all-MiniLM-L6-v2
model using candle-transformers
(v0.8.4) is significantly slower (approximately 8.5…