with tf.Graph().as_Default():with tf.device(tf.ReplicaDeviceSetter(1, merge_devices=True)):# Create swivel model; embeddings should be placed on CPU. Matmul, etc. on GPU.# ...sv = tf.train.Supervisor(logdir='/path/to/train/dir', is_chief=(FLAGS.task == 0))with sv.managed_session('') as session:while not sv.should_stop():session.run(train_op)
--
You received this message because you are subscribed to the Google Groups "Swivel Embeddings" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swivel-embeddings+unsubscribe@googlegroups.com.
To post to this group, send email to swivel-embeddings@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/swivel-embeddings/be769bd7-2543-4f2b-b084-a04ea53bedf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have the will, the time and the resources to fulfill this suggestion :) I used to work on https://velesnet.ml, which contained the parameter server and friends, so not scared.
Just curious, what happened? Does this fall within NDA?