https://github.com/kubeflow/katib
Revision 8d1a0297a57abc6ef10e94c2713978414703a995 authored by dependabot[bot] on 08 January 2020, 12:19:39 UTC, committed by Kubernetes Prow Robot on 08 January 2020, 12:19:39 UTC
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.12.0 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.12.0...v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c54601
Raw File
Tip revision: 8d1a0297a57abc6ef10e94c2713978414703a995 authored by dependabot[bot] on 08 January 2020, 12:19:39 UTC
chore(deps): Bump tensorflow-gpu (#978)
Tip revision: 8d1a029
.gitignore
# python ignore files
__pycache__/
.idea/
.coverage
.pytest_cache
*.egg-info

# Project specific ignore files
*.swp
bin

# Go ignore files
## Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

## Test binary, build with `go test -c`
*.test

## Output of the go coverage tool, specifically when used with LiteIDE
*.out

# VS Code ignore files
.vscode/

# macOS ignore files
.DS_Store
.AppleDouble
.LSOverride

## Thumbnails
._*

## Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

## Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows ignore files
## Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

## Dump file
*.stackdump

## Folder config file
[Dd]esktop.ini

## Recycle Bin used on file shares
$RECYCLE.BIN/
back to top