Skip to content

Instantly share code, notes, and snippets.

@git-commit
Created March 29, 2021 17:11
Show Gist options
  • Save git-commit/42b80d8009b1387d628b34ca748b7c2c to your computer and use it in GitHub Desktop.
Save git-commit/42b80d8009b1387d628b34ca748b7c2c to your computer and use it in GitHub Desktop.
# Test TFF => If this prints 'Hello, World!' we're fine
import nest_asyncio
nest_asyncio.apply()
import tensorflow_federated as tff
tff.federated_computation(lambda: 'Hello, World!')()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment