DeepVoro
Few-shot Learning as Cluster-induced Voronoi Diagrams (ICLR 2022)
File Explorer
- RandStates_CUB_s1_q15_w5
- RandStates_CUB_s5_q15_w5
- __init__.py
- additional_transforms.py
- datamgr.py
- dataset.py
- feature_loader.py
- download_CUB.sh
- make_json.py
- write_CUB_filelist.py
- demo_mnist.png
- table_3.png
- __init__.py
- baselinefinetune.py
- baselinetrain.py
- maml.py
- matchingnet.py
- meta_template.py
- protonet.py
- relationnet.py
- free_lunch_util.py
- run.py
- .gitignore
- backbone.py
- configs.py
- deepvoro.ipynb
- evaluate_DC.py
- extra_params.json
- FSLTask.py
- io_utils.py
- LICENSE
- README.md
- requirements.txt
- run_ens_checkI.sh
- run_ens_checkII.sh
- run_individual_vds.sh
- run_save_plk_cub.sh
- save_plk.py
- utils.py
- wrn_mixup_model.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
