"test/vscode:/vscode.git/clone" did not exist on "4e99c12dc0ec327e5eb5b91a21f6d6b055bee991"
Unverified Commit afb34072 authored by luozhouyang's avatar luozhouyang Committed by GitHub
Browse files

Fixed link (#10085)

parent 2bd8de61
...@@ -207,7 +207,7 @@ A brief look at each component in the code: ...@@ -207,7 +207,7 @@ A brief look at each component in the code:
* [ffn_layer.py](ffn_layer.py): Defines the feedforward network that is used in the encoder/decoder stacks. The network is composed of 2 fully connected layers. * [ffn_layer.py](ffn_layer.py): Defines the feedforward network that is used in the encoder/decoder stacks. The network is composed of 2 fully connected layers.
Other files: Other files:
* [beam_search.py](beam_search.py) contains the beam search implementation, which is used during model inference to find high scoring translations. * [beam_search_v1.py](beam_search_v1.py) contains the beam search implementation, which is used during model inference to find high scoring translations.
### Model Trainer ### Model Trainer
[transformer_main.py](transformer_main.py) creates an `TransformerTask` to train and evaluate the model using tf.keras. [transformer_main.py](transformer_main.py) creates an `TransformerTask` to train and evaluate the model using tf.keras.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment