Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ServiceNow/TADAM

The implementation of https://papers.nips.cc/paper/7352-tadam-task-dependent-adaptive-metric-for-improved-few-shot-learning . TADAM is a ServiceNow Research project that was started at Element AI.
https://github.com/ServiceNow/TADAM

Last synced: 13 days ago
JSON representation

The implementation of https://papers.nips.cc/paper/7352-tadam-task-dependent-adaptive-metric-for-improved-few-shot-learning . TADAM is a ServiceNow Research project that was started at Element AI.

Awesome Lists containing this project

README

        

*ServiceNow completed its acquisition of Element AI on January 8, 2021. All references to Element AI in the materials that are part of this project should refer to ServiceNow.*

# TADAM

## Set up docker
go to folder docker in this project, execute
docker build -f Dockerfile -t boris_tadam .

launch docker

NV_GPU=0 nvidia-docker run -p 1250:8888 -p 1251:6006 -p 1252:6007 -p 1253:6008 -v /mnt/datasets/public/:/mnt/datasets/public/ -v /mnt/home/boris:/mnt/home/boris -t -d --name boris_tadam_explore boris_tadam

iPython session should be available at http://machine_ip:1250/, password is "default". Datasets are mapped inside docker in /mnt/datasets/public/ folder.