Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
D-Cliques
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SaCS
Distributed Machine Learning
D-Cliques
Commits
c9a0b737
Commit
c9a0b737
authored
Oct 4, 2021
by
aurelien.bellet
Browse files
Options
Downloads
Patches
Plain Diff
cosmit
parent
8b27608a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mlsys2022style/setting.tex
+2
-1
2 additions, 1 deletion
mlsys2022style/setting.tex
with
2 additions
and
1 deletion
mlsys2022style/setting.tex
+
2
−
1
View file @
c9a0b737
...
...
@@ -70,7 +70,8 @@ stochastic ($\sum_{j \in N} W_{ij} = 1$ and $\sum_{j \in N} W_{ji} = 1$) and
symmetric, i.e.
$
W
_{
ij
}
=
W
_{
ji
}$
~
\cite
{
lian2017d-psgd
}
.
In our experiments,
$
W
$
is given by
standard
Metropolis-Hasting weights~
\cite
{
xiao2004fast
}
computed from
$
G
$
, namely:
\todo
{
AB: if we need space we can remove this equation
}
Metropolis-Hasting weights~
\cite
{
xiao2004fast
}
computed from the
network topology
$
G
$
:
\todo
{
AB: if we need space we can remove this equation
}
\begin{equation}
W
_{
ij
}
=
\begin{cases}
\frac
{
1
}{
\max
(
\text
{
degree
}
(i),
\text
{
degree
}
(j)) + 1
}
&
\text
{
if
}
~i
\neq
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment