Amir Abdi

Results 37 comments of Amir Abdi

Same problem here. I'm running a worker node in EC2 in a public subnet, and the Leader node is in another private subnet (same VPC). I have tried openning 8080...

Thank you @nohaapav for your quick response. > The problem is that swarmpit agent can't see swarmpit. See this [section](https://github.com/swarmpit/agent#parameters) But I haven't changed any default parameters. Why can't the...

By opening all traffic between the two servers, the problem was solved. BUT, I'm not happy with this decision. I don't like wildcard network permissions between servers. I want to...

@nohaapav Unfortunately, I don't think all communications are TCP/8080. I have openned those ports, and the stats of the worker node still did not show up. It only showed up...

My problem solved as I figured that keras already has TimeDistributed layers and we don't need these extra layers anymore. > On Feb 16, 2017, at 8:24 AM, David Chen...

@rojinsafavi I implemented another library for disentanglement which also includes the infoVAE. https://github.com/amir-abdi/disentanglement-pytorch Check it out and let me know if it helped.