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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 35.7%Language:Python 34.1%Language:TeX 29.7%Language:Dockerfile 0.5%