Nathan Hewitt
Nathan Hewitt
I've been working on the same thing. Try this, changing the paths and the "24" (the iteration checkpoint to use) as necessary: ``` import tensorflow.compat.v1 as tf with tf.Session() as...
I know this is an old issue, but if anyone else is confused where to start: you can simply run `tensorboard --logdir /base/dir/used/in/training` Then point a web browser to the...
What is the value of `samples[0].shape`? I'm able to run your example without issues and have tried multiple different tuples as the observation shape. Any glaring mistakes like wrong dimensions...
The AttributeError isn't the main problem here; the actual error is occurring at the TensorRT cublas lines. When the TRT engine can't be initialized (in this case, because of cublas...
Hey, looks like the hinge_embedding_loss was already implemented in this PR #11124 but didn't get updated in the todo tracker.