Skip to content

Commit

Permalink
j029
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Aug 23, 2023
1 parent 0ac643d commit 834f417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergernet/jobs/j029.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):


def call(self):
model = load_model('model.h5', exp_id=28)
model = load_model('model_softmax_logits.h5', exp_id=28)
ds = Dataset(Dataset.registry.LS10S_BLIND_PNG)
p = Predictor(model=model, dataset=ds)
p.predict(upload=True, labels=Dataset.registry.LS10_TRAIN_224_PNG.labels)
Expand Down

0 comments on commit 834f417

Please sign in to comment.