John Nguyen
Results
2
issues of
John Nguyen
**Additional environment details (Operating System, Cloud provider, etc):** datadog/agent:6.11.3 datadog/cluster-agent:1.3.1 **Steps to reproduce the issue:** 1. Set DD_COLLECT_EC2_TAGS: false 2. Turn on ec2 integration https://docs.datadoghq.com/integrations/amazon_ec2/ 3. dd-agent still collects ec2...
team/containers
On line https://github.com/google-research/DP-FTRL/blob/main/optimizers.py#L59, Why is `ms + (-gs - nz) / alpha`? This makes FTRL not FTRL is identical to SGD if learning rate is not 1.0. Shouldn't it be...