Skip to content

A tensrflow 2 transformer nerual network working with time series data.

Notifications You must be signed in to change notification settings

calumroy/time_series_transformer_tf2

Repository files navigation

time_series_transformer_tf2

A tensorflow 2 transformer nerual network working with time series data.

To get the docker container already setup

docker push docker.pkg.github.com/calumroy/tf2_func_tests/tf2_jupyter_ade:latest

To run and enter the docker container

From this directory ade start ade enter You will then be inside the docker contianer where jupyter and tensorflow2 is already installed with firefox. Run this to view and interact with the notebooks. jupyter notebook

Build the ade docker container

cd ./minial_ade docker build -t tf2_jupyter_ade .

Push a new docker image to the repos container repository

docker push docker.pkg.github.com/calumroy/tf2_func_tests/tf2_jupyter_ade:latest

login to github to push new contianers

e.g
cat ~/github_tokens/TOKENS.txt | docker login https://docker.pkg.github.com -u calumroy --password-stdin

About

A tensrflow 2 transformer nerual network working with time series data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages