Created
March 29, 2021 17:11
-
-
Save git-commit/42b80d8009b1387d628b34ca748b7c2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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