Skip to content

Commit

Permalink
Change path for yaml file and NAS training containers (#566)
Browse files Browse the repository at this point in the history
* Change path for yaml file and NAS training containers

* Remove empty lines
  • Loading branch information
andreyvelich authored and k8s-ci-robot committed May 21, 2019
1 parent 4c378bc commit d2c64a7
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ def calc_stats(self, inputs, scope):
msss = tf.reduce_mean(msss)

return msss

Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,3 @@ def evaluate(self):
k=5)
if self.run_once:
break

Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,3 @@ def build_model(self):

def evaluate():
eval=Evaluate(self.arch, self.params, self.train_dir)

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow-gpu==1.12.0
keras==2.2.4
keras==2.2.4
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ spec:
- "128"
- "256"
- "512"

workerSpec:
goTemplate:
rawTemplate: |-
Expand Down

0 comments on commit d2c64a7

Please sign in to comment.