Back to Models

Networks

official/nlp/modeling/networks/README.md

2.20.02.8 KB
Original Source

Networks

Networks are combinations of tf.keras layers (and possibly other networks). They are tf.keras models that would not be trained alone. It encapsulates common network structures like a transformer encoder into an easily handled object with a standardized configuration.