Anthony Platanios

Results 67 comments of Anthony Platanios

Hi @zhaoyueplc ! All the experiments we present in the paper were written in Swift using the Swift API we provide (including the reward functions, the PPO implementation, and the...

Another great IDE with Swift support that also works with the Swift for TensorFlow toolchain is CLion by Jetbrains (and it should also work on Ubuntu). For what it's worth,...

Thanks a lot for the PR Brennan! I'm sorry I somehow completely missed it. Is it still up-to-date with the current S4TF toolchain?

@xu3kev I'm sorry I've been super busy lately. I'll look into this asap and respond.

@xu3kev Sorry I've been caught up with too many things. I have time to look at this these days. Can you please send me the configuration file you used for...

@xu3kev Thanks! I am now able to reproduce this error. Not sure when this bug was introduced, but there's definitely a problem. I'll try to debug these days. Thanks for...

This does indeed look related to grappler (the TF graph optimizer). Does it reproduce with version `0.6.3`?

I don't this this is possible due to limitations in TensorFlow functions. In TF Scala, TF functions are effectively traced the first time they are invoked and given that they...

Oh that's interesting. I hadn't actually looked into that before. I may take a look if I can find some time, but it is definitely not as simply as just...

Yeah sorry...that's what I meant. I agree with respect to the API, but we would need to think about how to deal with forward declaration of recursive functions. I think...