Bryan M. Li

Results 4 comments of Bryan M. Li

Same issue in tf v2.6. `OSError` on program exit if `strategy.scope()` is called within a function. The following code causes `OSError` on exit. ``` import tensorflow as tf def main():...

Yes, I believe so. These two masks are to mask out the padding tokens in the input sentence, see http://nlp.seas.harvard.edu/2018/04/03/attention.html#batches-and-masking

Hi, the vanilla Transformer (which this repository implements) does not incorporate information across data points so the closest thing you could do with this model is to combine multiple input...

I am experiencing a similar issue using the RX460. When I try to do `sess = tf.Session()`, I get the following. ``` >>> sess = tf.Session() W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow...