Skip to content

Instantly share code, notes, and snippets.

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,
@rjpower
rjpower / imagenet-to-gcs-validation-only.py
Last active March 19, 2018 17:25
imagenet-to-gcs-validation-only.py
# 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,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rjpower
rjpower / a.txt
Created January 11, 2017 22:42
string-matcher
a
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

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:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rjpower
rjpower / docker-init.sh
Created August 24, 2016 23:00
simple user script for running docker in AWS
#!/bin/bash
# INSERT VARIABLES HERE
# e.g.
#
# export PACKAGE_TAG=...
# export CLUSTER_TAG=...
export DEPLOY_DIR=/media/ephemeral0/deploy
@rjpower
rjpower / keyphrase.ipynb
Created July 12, 2016 16:31
keyphrase classification
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.