Commit 0a8b4d65 authored by Chris's avatar Chris
Browse files

added file to convert pytorch->tf

parent 968c1b44
...@@ -21,7 +21,6 @@ import numpy as np ...@@ -21,7 +21,6 @@ import numpy as np
from pytorch_pretrained_bert.modeling import BertConfig, BertModel from pytorch_pretrained_bert.modeling import BertConfig, BertModel
def convert_hf_checkpoint_to_tf(model:BertModel, ckpt_dir:str): def convert_hf_checkpoint_to_tf(model:BertModel, ckpt_dir:str):
""" """
......
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