This repo contains implementation of the POET and Enhanced POET algorithms described in:
An article on Uber Engineering Blog describing POET can be found here.
To run locally on a multicore machine
./run_poet_local.sh final_test
Follow instructions here to create a persistent volume.
Then run the following command:
./run_poet_remote.sh final_test
To get the training logs:
fiber cp nfs:/persistent/logs/final_test .
fiber cp nfs:/persistent/logs/poet_final_test poet_final_test
To containerize and run the code on a computer cluster (e.g., Google Kubernetes Engine on Google Cloud), please refer to Fiber Documentation.
Use this legacy branch