Skip to content

Commit

Permalink
Merge pull request #1602 from AndreaCossu/master
Browse files Browse the repository at this point in the history
Removed old functions in doc, move ctrl-benchmark to separate tag
  • Loading branch information
AntonioCarta authored Feb 22, 2024
2 parents 2d289fa + ae9f286 commit 373c4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions docs/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Scenarios

NCScenario
NIScenario
benchmark_with_validation_stream

Streams
"""""""""
Expand Down Expand Up @@ -275,10 +276,10 @@ Misc (make data-incremental, add a validation stream, ...)
:toctree: generated

data_incremental_benchmark
benchmark_with_validation_stream

.. currentmodule:: avalanche.benchmarks.utils


Utils (Data Loading and AvalancheDataset)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| The custom dataset and dataloader implementations contained in this sub-module are described in more detailed in the How-Tos about `"data loading and replay" <https://avalanche.continualai.org/how-tos/dataloading_buffers_replay>` and `"Avalanche Dataset" <https://avalanche.continualai.org/how-tos/avalanchedataset>`.
Expand Down Expand Up @@ -306,9 +307,5 @@ AvalancheDataset

AvalancheDataset
make_avalanche_dataset
make_classification_dataset
classification_subset
make_tensor_classification_dataset
concat_classification_datasets
TaskSet
DataAttribute
2 changes: 1 addition & 1 deletion extra_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# package[version_required]: tag1, tag2, ...

higher: extra
ctrl-benchmark: extra
torchaudio: extra
ctrl-benchmark: ctrl
gym: rl
pycocotools: detection
lvis: detection
Expand Down

0 comments on commit 373c4cc

Please sign in to comment.