To pull a container from this repo, run the following from the terminal:
nvidia-docker run -it --name mycontainer --net=host sidvash/temporal:v1
Make sure you have the NVIDIA drivers installed on your host OS and also nvidia-docker is installled (https://github.com/NVIDIA/nvidia-docker#quick-start)
Put all the input document files into the "input_data" folder. Note that each document file should have sentences separated by a "\n". A "sample_document.txt" file is already present as a reference for an input document file.
From the terminal, change the current directory to be the "scripts" folder and run the following command: bash run_input_data.bash
The predictions of all the input document files will be written to the predictions folder:
The mappings for durations are as follows: 0-inst
1-secs 2-mins 3-hrs 4-days 5-weeks 6-mnths 7-yrs 8-decs 9-cents 10-forever
Content type
Image
Digest
Size
6 GB
Last updated
over 7 years ago
docker pull sidvash/temporal:v1