sbdzdz / idsprites

Easily generate continual learning benchmarks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

♾ Infinite dSprites

Easily generate simple continual learning benchmarks. Inspired by dSprites.

A grid of 2D shapes undergoing rotation, translation, and scaling.

Install

Install the package from PyPI:

python -m pip install idsprites

Verify the installation:

python -c "import idsprites"

Contribute

Clone the repo:

git clone git@github.com:sbdzdz/idsprites.git
cd idsprites

It's a good idea to install the package in interactive mode inside a virtual environment:

python -m virtualenv venv
source venv/bin/activate

python -m pip install -r requirements.txt
python -m pip install -e .

About

Easily generate continual learning benchmarks.

License:MIT License


Languages

Language:Python 100.0%