Skip to content

Commit

Permalink
Merge pull request tensorflow#10 from keveman/master
Browse files Browse the repository at this point in the history
Removed tensorflow submodule
  • Loading branch information
martinwicke committed Mar 10, 2016
2 parents 1a69aaa + 4053480 commit 9a5dcf8
Show file tree
Hide file tree
Showing 42 changed files with 10 additions and 65 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

37 changes: 0 additions & 37 deletions WORKSPACE

This file was deleted.

7 changes: 7 additions & 0 deletions inception/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/bazel-bin
/bazel-ci_build-cache
/bazel-genfiles
/bazel-out
/bazel-inception
/bazel-testlogs
/bazel-tf
5 changes: 3 additions & 2 deletions inception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ change over time depending on usage and subsequent research.

## Getting Started

**NOTE** Before doing anything, we first need to build TensorFlow from source.
**NOTE** Before doing anything, we first need to build TensorFlow from source,
and installed as a PIP package.
Please follow the instructions at
[Installing From Source](https://www.tensorflow.org/versions/r0.7/get_started/os_setup.html#installing-from-sources).
[Installing From Source](https://www.tensorflow.org/versions/r0.7/get_started/os_setup.html#create-the-pip-package-and-install).

Before you run the training script for the first time, you will need to
download and convert the ImageNet data to native TFRecord format. The TFRecord
Expand Down
Empty file added inception/WORKSPACE
Empty file.
12 changes: 0 additions & 12 deletions inception/BUILD → inception/inception/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ py_library(
srcs = [
"dataset.py",
],
deps = [
"@tf//tensorflow:tensorflow_py",
],
)

py_library(
Expand Down Expand Up @@ -55,7 +52,6 @@ py_library(
"inception_model.py",
],
deps = [
"@tf//tensorflow:tensorflow_py",
":dataset",
"//inception/slim",
],
Expand Down Expand Up @@ -89,7 +85,6 @@ py_library(
"inception_eval.py",
],
deps = [
"@tf//tensorflow:tensorflow_py",
":image_processing",
":inception",
],
Expand Down Expand Up @@ -123,7 +118,6 @@ py_library(
"inception_train.py",
],
deps = [
"@tf//tensorflow:tensorflow_py",
":image_processing",
":inception",
],
Expand All @@ -132,9 +126,6 @@ py_library(
py_binary(
name = "build_image_data",
srcs = ["data/build_image_data.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
],
)

sh_binary(
Expand Down Expand Up @@ -162,9 +153,6 @@ sh_binary(
py_binary(
name = "build_imagenet_data",
srcs = ["data/build_imagenet_data.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
],
)

filegroup(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions inception/slim/BUILD → inception/inception/slim/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ exports_files(["LICENSE"])
py_library(
name = "scopes",
srcs = ["scopes.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
],
)

py_test(
Expand All @@ -28,7 +25,6 @@ py_library(
name = "variables",
srcs = ["variables.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
":scopes",
],
)
Expand All @@ -45,9 +41,6 @@ py_test(
py_library(
name = "losses",
srcs = ["losses.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
],
)

py_test(
Expand All @@ -63,7 +56,6 @@ py_library(
name = "ops",
srcs = ["ops.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
":losses",
":scopes",
":variables",
Expand All @@ -84,7 +76,6 @@ py_library(
name = "inception",
srcs = ["inception_model.py"],
deps = [
"@tf//tensorflow:tensorflow_py",
":ops",
":scopes",
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion third_party

This file was deleted.

1 change: 0 additions & 1 deletion tools

This file was deleted.

0 comments on commit 9a5dcf8

Please sign in to comment.