We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
An elegant PyTorch deep reinforcement learning library.
Python 10.8k 1.3k
The Python library for sensible AI.
Python 79 12
Lightweight library for accessing data and configuration
Python 13 4
A fire-tested template for production grade python libraries and packages.
Python 18 2
Forked from M-Nauta/ProtoTree
Fork of ProtoTrees: Neural Prototype Trees for Interpretable Fine-grained Image Recognition, published at CVPR2021
Python 3 1
import numpy as np
import torch
from torch.utils.data import Dataset, Subset, TensorDataset
from typing import (
Callable,
There was an error while loading. Please reload this page.