Skip to content
View kklemon's full-sized avatar
Block or Report

Block or report kklemon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. FlashPerceiver FlashPerceiver Public

    Fast and memory efficient PyTorch implementation of the Perceiver with FlashAttention.

    Python 12 1

  2. gon-pytorch gon-pytorch Public

    Python 13 2

  3. bgan-pytorch bgan-pytorch Public

    PyTorch implementation of Boundary Seeking GAN for discrete data

    Python 3 1

  4. ProtEnc ProtEnc Public

    Extract protein embeddings the easy way.

    Python 5

  5. mini-mask-git mini-mask-git Public

    Python 2

  6. PyTorch IterableDataset implementati... PyTorch IterableDataset implementation with multiprocessing and distributed training support
    1
    import torch
    2
    import torch.distributed as dist
    3
    import torch.multiprocessing as mp
    4
    
                  
    5
    from torch.utils.data import IterableDataset, DataLoader