Skip to content

Pre Trained Models, Environment, Datasets and User Accounts

Ayushman Dash edited this page Sep 14, 2017 · 1 revision

Pre-Trained Models

In Ovation-CI we have included two pre-trained Word2Vec models. These are Word embeddings for English and German. For OSA we have already put all the data in every Machine that you will be assigned. Hence, you will find the pre-trained models in /scratch/OSA/pretrained_models/ directory.

Environments

To make things faster, we have already installed all the required packages in a virtual environment in ~/venvs/osa in a dedicated user in all the machines. You can either use this virtualenv or install the requirements in you own.

You can install all the requirements by using the following scripts

pip install -r <project-root>/requirements.txt
sh setup_packages.sh

Datasets

Ovation-CI provides APIs for a lot of datasets but there might be some that we added very recently (just before leaving for the event). If you are interested in using these datasets then you can find them along with all the others in /scratch/OSA/datasets/ directory of all the Machines.

User Accounts

Every Machine has a user that will be assigned to the teams. The Machines have an ID that is written on top of the CPU. The users for the machines are mg<ID>. The passwords will be shared after the machines are assigned.