google-parfait / tensorflow-federated

An open-source framework for machine learning and other computations on decentralized data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Issue - build_fed_kmeans

Barathwaja opened this issue · comments

Describe the bug
The definition of distributor is from tff.learning.templates.DistributionProcess and not tff.learning.tekmplates.DistributionProcess, which is a typo mistake.

Affected Page - TFF Algo kMeans Strategy

Expected behavior
Typo mistake to be fixed as - "tff.learning.templates.DistributionProcess"

Hi @zcharles8, I wanted to fix this bug; but there is already one PR open waiting to be merged as you know. Could you please suggest an idea can I re-pull branch code and fix two issues in one PR?