Skip to content

PyTorch Implementation of JUMP (Consistent Generative Query Networks)

Notifications You must be signed in to change notification settings

iShohei220/torch-jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consistent Generative Query Networks

Requirements

  • Python >=3.6
  • PyTorch
  • TensorBoardX

How to Train

python train.py --train_data_dir /path/to/dataset/train --test_data_dir /path/to/dataset/test

# Using multiple GPUs.
python train.py --device_ids 0 1 2 3 --train_data_dir /path/to/dataset/train --test_data_dir /path/to/dataset/test

About

PyTorch Implementation of JUMP (Consistent Generative Query Networks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages