Skip to content
Snippets Groups Projects
Commit cf2b0599 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 283778e7
No related branches found
No related tags found
No related merge requests found
......@@ -54,10 +54,11 @@ def run(kwargs):
tf.config.experimental.set_memory_growth(physical_device, True)
strategy = utils.SingleDeviceStrategy()
#scope = utils.assign_to_worker(kwargs["tpu"])
# scope = utils.assign_to_worker(kwargs["tpu"])
sett = settings.Settings(kwargs["config"])
Stats = settings.Stats(os.path.join(sett.path, "stats.yaml"))
tf.random.set_seed(10)
# if kwargs["tpu"]:
# cluster_resolver = tf.distribute.cluster_resolver.TPUClusterResolver(
# kwargs["tpu"])
......@@ -65,6 +66,7 @@ def run(kwargs):
# tf.tpu.experimental.initialize_tpu_system(cluster_resolver)
# strategy = tf.distribute.experimental.TPUStrategy(cluster_resolver)
# with tf.device(scope), strategy.scope():
with strategy.scope():
summary_writer_1 = tf.summary.create_file_writer(os.path.join(kwargs["log_dir"], "phase1"))
summary_writer_2 = tf.summary.create_file_writer(os.path.join(kwargs["log_dir"], "phase2"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment