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

Block or report MischaPanch

Report abuse

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

Report abuse

Pinned Loading

  1. thu-ml/tianshou thu-ml/tianshou Public

    An elegant PyTorch deep reinforcement learning library.

    Python 7.6k 1.1k

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

    The Python library for sensible AI.

    Python 37 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 13 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,