aws-cv-task2vec
Official code for the paper "Task2Vec: Task Embedding for Meta-Learning" (https://arxiv.org/abs/1902.03545, ICCV 2019)
File Explorer
Download Latest Version (.zip)- montecarlo.yaml
- variational.yaml
- config.yaml
- __init__.py
- cifar.py
- cub.py
- dataset.py
- expansion.py
- imat.py
- inat.py
- mnist.py
- download_cub.sh
- download_inat2018.sh
- distance_matrix.png
- taxonomical distance.png
- final_tasks_map.json
- classes_tasks.json
- final_tasks_map.json
- tasks.json
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- datasets.py
- LICENSE
- main.py
- models.py
- NOTICE
- plot_distance_cub_inat.py
- README.md
- requirements.txt
- small_datasets_example.ipynb
- task2vec.py
- task_similarity.py
- utils.py
- variational.py
# Installation Guide
1. Get the code
git clone https://github.com/awslabs/aws-cv-task2vec
Downloads the entire project code from GitHub to your computer.
cd aws-cv-task2vec
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
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)
