dm_nevis
NEVIS'22: Benchmarking the next generation of never-ending learners
File Explorer
Download Latest Version (.zip)- __init__.py
- coil100.py
- domainnet.py
- smallnorb.py
- test_dataset.py
- test_dataset_test.py
- tfds_builder.py
- tfds_builder_test.py
- __init__.py
- dataset_builders.py
- dataset_builders_test.py
- datasets.py
- README.md
- streams.py
- streams_test.py
- tasks.py
- tasks_test.py
- test_stream.py
- test_stream_test.py
- __init__.py
- checkpointer_interface.py
- datawriter_interface.py
- environment.py
- environment_test.py
- logger_utils.py
- logging_writer.py
- tensorboard_writer.py
- __init__.py
- learner_interface.py
- __init__.py
- classification_metrics.py
- classification_metrics_test.py
- metrics_aggregators.py
- multi_label_classification_metrics.py
- multi_label_classification_metrics_test.py
- __init__.py
- README.md
- __init__.py
- aberdeen.py
- aloi.py
- alot.py
- animal.py
- animal_web.py
- awa2.py
- belgium_tsc.py
- belgium_tsc_test.py
- biwi.py
- brodatz.py
- butterflies.py
- caltech256.py
- caltech_camera_traps.py
- caltech_categories.py
- caltech_categories_test.py
- casia_hwdb.py
- chars74k.py
- cmu_amp_expression.py
- coco.py
- coil20.py
- covid_19_xray.py
- cvc_muscima.py
- ddsm.py
- extended_yaleb.py
- extraction_utils.py
- extraction_utils_test.py
- fgvc_aircraft.py
- flickr_material_database.py
- flickr_material_database_test.py
- food101.py
- food101n.py
- german_tsr.py
- handler_test.py
- iaprtc12.py
- ig02.py
- interact.py
- kaggle_utils.py
- kth_tips.py
- landsat.py
- lfw.py
- lfwa.py
- magellan_venus_volcanoes.py
- mall.py
- melanoma.py
- mit_scenes.py
- mnist_m.py
- mnist_rotation.py
- mpeg7.py
- nih_chest_xray.py
- not_mnist.py
- office31.py
- office_caltech_10.py
- olivetti_face.py
- oxford_flowers_17.py
- pacs.py
- pacs_test.py
- pascal_voc2005.py
- pascal_voc2006.py
- pascal_voc2007.py
- path_mnist.py
- pneumonia_chest_xray.py
- ppmi.py
- scenes15.py
- scenes8.py
- semeion.py
- shanghai_tech.py
- silhouettes.py
- sketch.py
- splits.py
- splits_test.py
- stanford_cars.py
- sun_attributes.py
- synthetic_covid19_xray.py
- tid.py
- tiny_imagenet.py
- trancos.py
- tubercolosis.py
- types.py
- uiuc_cars.py
- uiuc_texture.py
- umd.py
- umist.py
- usps.py
- vistex.py
- voc_actions.py
- wiki_paintings.py
- stable_datasets_test.py
- __init__.py
- dataset_loader.py
- dataset_loader_test.py
- datasets.py
- download_dataset.py
- download_util.py
- download_util_test.py
- encoding.py
- encoding_test.py
- paths.py
- play_with_dataset.py
- preprocessing.py
- README.md
- statistics.py
- version_control.py
- jax_setup.py
- torch_setup.py
- __init__.py
- example_stream.py
- example_stream_test.py
- iterate_nevis_stream.py
- nevis.py
- nevis_stream.py
- nevis_stream_test.py
- nevis_test.py
- split_imagenet_stream.py
- __init__.py
- __init__.py
- cheap_finetuning_dknn.py
- example.py
- finetuning_dknn.py
- finetuning_ind.py
- finetuning_ind_pretrained.py
- finetuning_prev.py
- pretrain_imagenet.py
- __init__.py
- noop_checkpointer.py
- pickle_checkpointer.py
- pretrained_model_loader.py
- __init__.py
- example_learner.py
- __init__.py
- finetuning_learner.py
- __init__.py
- finetuning_dknn_learner.py
- __init__.py
- __init__.py
- nevis_metrics.py
- __init__.py
- augmentations.py
- augmentations_test.py
- dataloaders.py
- evaluate_embeddings.py
- evaluate_embeddings_test.py
- heads.py
- heads_test.py
- hype.py
- hype_test.py
- hyperparameter_searcher.py
- hyperparameter_searcher_test.py
- learning_rate_schedules.py
- models.py
- models_test.py
- modules.py
- modules_test.py
- optimizers.py
- optimizers_test.py
- resnet.py
- resources.py
- trainer.py
- trainer_test.py
- transfer_matrix_from_knn.py
- transfer_matrix_from_knn_test.py
- transfer_oracle.py
- __init__.py
- experiment.py
- experiment_test.py
- launch.py
- requirements.txt
- __init__.py
- cheap_finetuning_ind.py
- example.py
- finetuning_ind.py
- finetuning_ind_pretrained.py
- finetuning_prev.py
- pretrain_imagenet.py
- __init__.py
- logging_writer.py
- noop_checkpointer.py
- pickle_checkpointer.py
- pretrained_model_loader.py
- __init__.py
- example_learner.py
- __init__.py
- finetuning_learner.py
- __init__.py
- __init__.py
- nevis_metrics.py
- __init__.py
- augmentations.py
- augmentations_test.py
- dataloaders.py
- heads.py
- heads_test.py
- learning_rate_schedules.py
- models.py
- resnet.py
- resources.py
- resources_test.py
- trainer.py
- __init__.py
- experiment.py
- launch.py
- requirements.txt
- build_dataset.sh
- CONTRIBUTING.md
- dockerfile.data
- dockerfile.jax
- dockerfile.torch
- launch_local.sh
- LICENSE
- README.md
- requirements.txt
- run_tests.sh
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/google-deepmind/dm_nevis
Downloads the entire project code from GitHub to your computer.
cd dm_nevis
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install tensorboard
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
-b | Build docker before running
Type this command into your terminal and run it.
see [here](https://docs.docker.com/get-docker/) for installing Docker.
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install tensorboard
Installs the package published on PyPI directly β no need to clone the source.
you are welcome to install with `pip` and a Python version above 3.8.
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
