DeepVoro

(★ 9)

Few-shot Learning as Cluster-induced Voronoi Diagrams (ICLR 2022)

File Explorer

  • .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

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pip install

View Details ▼

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