We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf83bf4 commit b077a65Copy full SHA for b077a65
tests/sandbox/weight_sync/main.py
@@ -177,6 +177,10 @@ async def main(cfg: DictConfig):
177
update_time = time.time() - update_start
178
print(f"Updated generator weights ({update_time:.2f}s)\n")
179
180
+ # TODO - ideally we have the capability to check forward passes between
181
+ # the trainer/generator to verify correctness. This would require adding
182
+ # forward capabilities to both trainer/generator actors.
183
+
184
# Summary
185
print("=" * 80)
186
print("Results")
0 commit comments