"...resnet50_tensorflow.git" did not exist on "ea5fc64dfc9be255046c0e4d190676630fcb7d3e"
Commit eed46f38 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fix E302 flake8 warning (x3).

parent b1de7ae0
......@@ -49,6 +49,7 @@ TF_XXX_PRETRAINED_MODEL_ARCHIVE_MAP = {
"xxx-large-uncased": "https://s3.amazonaws.com/models.huggingface.co/bert/xxx-large-uncased-tf_model.h5",
}
####################################################
# TF 2.0 Models are constructed using Keras imperative API by sub-classing
# - tf.keras.layers.Layer for the layers and
......
......@@ -49,6 +49,7 @@ XXX_PRETRAINED_MODEL_ARCHIVE_MAP = {
"xxx-large-uncased": "https://s3.amazonaws.com/models.huggingface.co/bert/xxx-large-uncased-pytorch_model.bin",
}
####################################################
# This is a conversion method from TF 1.0 to PyTorch
# More details: https://medium.com/huggingface/from-tensorflow-to-pytorch-265f40ef2a28
......
......@@ -49,6 +49,7 @@ T5_PRETRAINED_MODEL_ARCHIVE_MAP = {
"t5-11b": "https://s3.amazonaws.com/models.huggingface.co/bert/t5-11b-pytorch_model.bin",
}
####################################################
# This is a conversion method from TF 1.0 to PyTorch
# More details: https://medium.com/huggingface/from-tensorflow-to-pytorch-265f40ef2a28
......
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