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

Block or report MischaPanch

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. thu-ml/tianshou thu-ml/tianshou Public

    An elegant PyTorch deep reinforcement learning library.

    Python 7.5k 1.1k

  2. aai-institute/sensAI aai-institute/sensAI Public

    The Python library for sensible AI.

    Python 30 3

  3. appliedAI-Initiative/accsr appliedAI-Initiative/accsr Public

    Lightweight library for accessing data and configuration

    Python 10 2

  4. appliedAI-Initiative/pymetrius appliedAI-Initiative/pymetrius Public

    A fire-tested template for production grade python libraries and packages.

    Python 12 2

  5. aai-institute/ProtoTree aai-institute/ProtoTree Public

    Forked from M-Nauta/ProtoTree

    Fork of ProtoTrees: Neural Prototype Trees for Interpretable Fine-grained Image Recognition, published at CVPR2021

    Python 3

  6. Accelerated torch dataset and datalo... Accelerated torch dataset and dataloader
    1
    import numpy as np
    2
    import torch
    3
    from torch.utils.data import Dataset, Subset, TensorDataset
    4
    from typing import (
    5
        Callable,