Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a7264343
Commit
a7264343
authored
Aug 16, 2019
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Aug 16, 2019
Browse files
official models reorg. Move boosted_trees to r1
PiperOrigin-RevId: 263879950
parent
cd85fd8a
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
1 deletion
+1
-1
official/r1/boosted_trees/README.md
official/r1/boosted_trees/README.md
+0
-0
official/r1/boosted_trees/__init__.py
official/r1/boosted_trees/__init__.py
+0
-0
official/r1/boosted_trees/data_download.py
official/r1/boosted_trees/data_download.py
+0
-0
official/r1/boosted_trees/train_higgs.py
official/r1/boosted_trees/train_higgs.py
+0
-0
official/r1/boosted_trees/train_higgs_test.csv
official/r1/boosted_trees/train_higgs_test.csv
+0
-0
official/r1/boosted_trees/train_higgs_test.py
official/r1/boosted_trees/train_higgs_test.py
+1
-1
No files found.
official/boosted_trees/README.md
→
official/
r1/
boosted_trees/README.md
View file @
a7264343
File moved
official/boosted_trees/__init__.py
→
official/
r1/
boosted_trees/__init__.py
View file @
a7264343
File moved
official/boosted_trees/data_download.py
→
official/
r1/
boosted_trees/data_download.py
View file @
a7264343
File moved
official/boosted_trees/train_higgs.py
→
official/
r1/
boosted_trees/train_higgs.py
View file @
a7264343
File moved
official/boosted_trees/train_higgs_test.csv
→
official/
r1/
boosted_trees/train_higgs_test.csv
View file @
a7264343
File moved
official/boosted_trees/train_higgs_test.py
→
official/
r1/
boosted_trees/train_higgs_test.py
View file @
a7264343
...
@@ -26,7 +26,7 @@ import pandas as pd
...
@@ -26,7 +26,7 @@ import pandas as pd
import
tensorflow
as
tf
import
tensorflow
as
tf
# pylint: disable=g-bad-import-order
# pylint: disable=g-bad-import-order
from
official.boosted_trees
import
train_higgs
from
official.
r1.
boosted_trees
import
train_higgs
from
official.utils.misc
import
keras_utils
from
official.utils.misc
import
keras_utils
from
official.utils.testing
import
integration
from
official.utils.testing
import
integration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment