Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Created using spr 1.3.4
  • Loading branch information
boomanaiden154 committed Jan 6, 2025
1 parent b6557b6 commit 4e3ef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gematria/model/python/model_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def __call__(self, feed_dict, train=False):
feed_dict['delta_block_index'],
name=ModelBase.OUTPUT_TENSOR_NAME,
)
output_dict['output_deltas'] = feed_dict['output_deltas']
output_dict['output_deltas'] = output['output_deltas']

return output_dict
else:
Expand Down

0 comments on commit 4e3ef26

Please sign in to comment.