Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “The server code imports StateManager
and Aggregator
for the FL processes.”
A block of code is set as follows:
import tensorflow as tf from tensorflow import keras from sst_model import SSTModel
Any command-line input or output is written as follows:
fx envoy start -n envoy_1 - -disable-tls --envoy-config-path envoy_config_1.yaml -dh localhost -dp 50051
Tips or important notes
Appear like this.