I hereby claim:
- I am rjpower on github.
- I am rjpower (https://keybase.io/rjpower) on keybase.
- I have a public key whose fingerprint is 02B7 A69B 419C 88AA 7894 5643 1E8B D393 6F4A 624E
To claim this, I am signing this object:
| import tensorflow as tf | |
| import sys | |
| from tensorflow.contrib.tpu.python.tpu import session_support | |
| def reset_tpu(name): | |
| print('Resetting: %s' % name) | |
| resolver = tf.contrib.cluster_resolver.TPUClusterResolver(tpu=name, job_name='worker') | |
| address = resolver.master() | |
| cluster_def = resolver.cluster_spec().as_cluster_def() | |
| # Copyright 2017 The TensorFlow Authors. All Rights Reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # Copyright 2017 The TensorFlow Authors. All Rights Reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| a |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # INSERT VARIABLES HERE | |
| # e.g. | |
| # | |
| # export PACKAGE_TAG=... | |
| # export CLUSTER_TAG=... | |
| export DEPLOY_DIR=/media/ephemeral0/deploy |