eaglelandsonce commited on
Commit
f8cb6aa
·
verified ·
1 Parent(s): 51ad6eb

Update pages/19_Graphs3.py

Browse files
Files changed (1) hide show
  1. pages/19_Graphs3.py +1 -1
pages/19_Graphs3.py CHANGED
@@ -193,7 +193,7 @@ else:
193
  train_padding = None
194
  valid_padding = None
195
 
196
- st.write(f"Found {strategy.num_replicas in_sync} replicas in sync")
197
 
198
  # Define task
199
  st.write("Defining the task...")
 
193
  train_padding = None
194
  valid_padding = None
195
 
196
+ st.write(f"Found {strategy.num_replicas_in_sync} replicas in sync")
197
 
198
  # Define task
199
  st.write("Defining the task...")