Skip to content

where is model_steps_604364.pt? #1

Description

@hanren010

Bert_model_cfg = './bert_base.json'
vocab = './vocab.txt'
DexBERT_file = './model_steps_604364.pt'

# model initialization
batch_size = 32
Bert_model_cfg = Config.from_json(Bert_model_cfg)
BertAE = DexBERT(Bert_model_cfg)
print(f"Loading model on {device}...")
BertAE.load_state_dict(torch.load(DexBERT_file, map_location=device), strict=False)
BertAE.to(device)
BertAE.eval()

Unfortunately, the required model file model_steps_604364.pt is not provided, rendering the entire model inference process non-functional.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions