Highlights
Pinned Loading
-
facebookresearch/detectron2
facebookresearch/detectron2 PublicDetectron2 is a platform for object detection, segmentation and other visual recognition tasks.
-
tensorpack/tensorpack
tensorpack/tensorpack PublicA Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
-
wechat-dump
wechat-dump PublicCracking encrypted wechat message history from android
-
Adversarial-Face-Attack
Adversarial-Face-Attack PublicBlack-Box Adversarial Attack on Public Face Recognition Systems
-
GroupNorm-reproduce
GroupNorm-reproduce PublicAn official collection of code in different frameworks that reproduces experiments in "Group Normalization"
88 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 commit in 1 repository
Created a pull request in pytorch/pytorch that received 5 comments
Avoid unnecessary clone in torch.cuda.set_rng_state
Clone has performance issue according to https://github.com/NVIDIA/Megatron-LM/blob/f49c3eb6e6d55ab6ffb085cb48d95c2d40276c3f/megatron/core/tensor_p…
Created an issue in triton-lang/triton that received 3 comments
Triton code cannot be imported on a CPU machine
Describe the bug
The following code:
import triton
import triton.language as tl @triton.autotune( configs=[triton.Config({'BLOCK_SIZE': 512}, num_w…