CTrLBenchmark
Benchmark for Lifelong learning research
File Explorer
Download Latest Version (.zip)- __init__.py
- tree.py
- utils.py
- __init__.py
- concept.py
- concept_tree.py
- __init__.py
- DTD.py
- image_dataset_tree.py
- md_tree.py
- taxonomies.py
- __init__.py
- attributes_strategy.py
- data_strategy.py
- incremental_strategy.py
- input_domain_strategy.py
- label_permutation_strategy.py
- mixed_strategy.py
- random_mutation_strategy.py
- split_strategy.py
- task_creation_strategy.py
- __init__.py
- default_datasets.yaml
- s_in.yaml
- s_long.yaml
- s_minus.yaml
- s_out.yaml
- s_pl.yaml
- s_plus.yaml
- __init__.py
- task.py
- task_generator.py
- __init__.py
- identity_transformation.py
- img_rotations.py
- noisy_nn_transformation.py
- rainbow_transformation.py
- randperm_transformation.py
- transformation.py
- transformation_pool.py
- transformation_tree.py
- utils.py
- __init__.py
- index.rst
- installation.rst
- quickstart.rst
- conf.py
- index.rst
- usage.rst
- Makefile
- __init__.py
- test_ctrl.py
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/facebookresearch/CTrLBenchmark
Downloads the entire project code from GitHub to your computer.
cd CTrLBenchmark
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
