Tommy Gunawan

Results 7 comments of Tommy Gunawan

Hi @Bohemus307 @SimGus Yaml adapter is already included in this PR and should've been implemented if this PR is approved. Meanwhile, you can try it from my forked repository first...

hi @SimGus, do you have any update on this? Sorry to interrupt if you're currently busy with your main work.

Hi @Atorpat Roles and groups can already be used from my forked master branch with: ``` I want to go from @[place]("role": "departure", "group": "airport") to @[place]("role": "arrival") ``` It...

Hi, thank you for your reply. If I have time, I will take a look into it. Can you give me suggestion on what kind of symbol that can be...

Hi, I've been busy so I just started looking into this improvement recently. I think I've found on a way on how to do it, but I need advice on...

Hello, I think I have almost finished the implementations of adding role/group to Chatette. As you said, I'm going with the pattern `@[slot]("role": "xyz")` because of the same reason you...

I just started to use Torchmoji and had the same problem. I tried adding `loss = Variable(loss, requires_grad=True)` like OP but the loss doesn't improve. Then I looked into the...