Patrick

Results 5 comments of Patrick

I'm having this issue too.

I fixed the problem by installing 1.13.4 version of tensor2tensor `!pip install tensor2tensor==1.13.4`

Try this: ```bash git clone [email protected]:zaiste/tmuxified.git ```

Hi @publioelon, I think it's technically possible, since sigmoid is a special case of softmax (where number outputs = 2). But first could you please let me know if the...

I found that only non async policies got the type safety. If you use async function (like you need to query something inside the policies), there would be type errors.