-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preparing Tensorflow branch for upstream merge
- Loading branch information
1 parent
6152d96
commit 45a51d9
Showing
73 changed files
with
1,216 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,16 @@ TAGS | |
/build/ | ||
/dist/ | ||
*.egg-info/ | ||
|
||
#Intellij files | ||
.idea/ | ||
|
||
#vscode | ||
.vscode/ | ||
|
||
#.project | ||
.project | ||
/.project | ||
|
||
#.tb | ||
.tb/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
|
||
DIGITS (the **D**eep Learning **G**PU **T**raining **S**ystem) is a webapp for training deep learning models. | ||
|
||
The currently supported frameworks are: Caffe 1, Torch, and Tensorflow | ||
|
||
# Installation | ||
|
||
| Installation method | Supported platform[s] | Available versions | Instructions | | ||
|
@@ -18,6 +20,7 @@ Once you have installed DIGITS, visit [docs/GettingStarted.md](docs/GettingStart | |
|
||
Then, take a look at some of the other documentation at [docs/](docs/) and [examples/](examples/): | ||
|
||
* [Getting started with TensorFlow](docs/GettingStartedTensorflow.md) | ||
* [Getting started with Torch](docs/GettingStartedTorch.md) | ||
* [Fine-tune a pretrained model](examples/fine-tuning/README.md) | ||
* [Train an autoencoder network](examples/autoencoder/README.md) | ||
|
@@ -44,4 +47,3 @@ Then, take a look at some of the other documentation at [docs/](docs/) and [exam | |
* Please let us know by [filing a new issue](https://github.com/NVIDIA/DIGITS/issues/new) | ||
* Bonus points if you want to contribute by opening a [pull request](https://help.github.com/articles/using-pull-requests/)! | ||
* You will need to send a signed copy of the [Contributor License Agreement](CLA) to [email protected] before your change can be accepted. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. #} | ||
|
||
{% from "helper.html" import print_flashes %} | ||
{% from "helper.html" import print_errors %} | ||
{% from "helper.html" import mark_errors %} | ||
|
||
{{data}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
digits/standard-networks/tensorflow/binary_segmentation.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.