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"
Release files for densenet 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| densenet-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / densenet-0.1-py3-none-any.whl
| Download URL | densenet-0.1-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
77b031b918bc5f1e0c9cde35bc05dd9f6df72a1ac8899e5bde94808a41419929
|
|
BLAKE2b-256 checksum How to use checksums |
bc0bc9db312e9161117f7668012073eef19b051fe715ee02bf337e83128c18e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
|