Skip to content

okason97/DenseNet-Tensorflow2

Repository files navigation

DenseNet implementation using Tensorflow 2

Quickstart

$ ./bin/start

Setup and use docker

Build the docker image,

$ docker build --rm -f dockerfiles/cpu-jupiter.Dockerfile -t sign-language-recognition:latest .

and now run the image

$ docker run -v "$(pwd)/notebooks:/tf/notebooks" --rm -u $(id -u):$(id -g) -p 6006:6006 -p 8888:8888 sign-language-recognition:latest

Visit that link, hey look your jupyter notebooks are ready to be created. Changes in ./notebooks will be saved.

If you want, you can attach a shell to the running container

$ docker exec -it <container-id> /bin/sh -c "[ -e /bin/bash ] && /bin/bash || /bin/sh"

About

DenseNet implementation using Tensorflow2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published