# Avalanche Integration

We have integrated CLEAR-10 and CLEAR-100 into one of the most popular continual learning library [Avalanche](https://avalanche.continualai.org) (powered by [ContinualAI](https://www.continualai.org)).

You can check out the API on their [official documentation](https://avalanche-api.continualai.org/en/v0.2.0/benchmarks.html) or use the [sample script](https://github.com/ContinualAI/avalanche/blob/master/examples/clear.py) we provided to download/train on CLEAR without any hassle.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://linzhiqiu.gitbook.io/the-clear-benchmark/documentation/avalanche-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
