/ray_experiments

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Ray Experiments

Experiments with BAIR Ray Project

Starting an image

8265 port for ray dashboard 8900 port for jupyter lab 6006 port fot tensorboard


docker run --gpus all --cpus="15" --name ray_test -d -it -p 8900:8888 -p 8265:8265 -p 6006:6006 -m 30g -p 6006:6006 -e JUPYTER_ENABLE_LAB=yes -v /home/brian/Workspace:/home/jovyan/work --ipc=host -v /media/brian/extra_14:/home/jovyan/work/external_data datadrone/deeplearn_pytorch:latest

Classification Dataset

This is based on the classification dataset from the Kaggle competition: https://www.kaggle.com/c/santander-customer-transaction-prediction/

To Dos

Extra Notes

Needed to uninstall dataclasses library due to issues with Python 3 and dataclasses.