Skip to content

johnathanchiu/variable-length-embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variable Length Embeddings

An implementation of our paper: https://arxiv.org/abs/2305.09967

Requirements

Setting up conda environments with the following command

cd variable-length-embedding
conda env create -f environment.yml
conda activate vle

Running

To run simple training, run the following

PYTHONPATH=. python main.py --base configs/training_config.yaml --devices 0,