Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

File metadata and controls

20 lines (14 loc) · 403 Bytes

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,