Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Special-case display of "LSTM" name #147

Merged
merged 1 commit into from
Nov 4, 2019
Merged

Conversation

tomjaguarpaw
Copy link
Collaborator

because of #143

Eventually we plan to change to a standard LSTM formulation

because of #143

Eventually we plan to change to a standard LSTM formulation
# https://github.com/awf/ADBench/issues/143
def objective_display_name(objective):
if objective.upper() == "LSTM":
return "D-LSTM"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the "D" mean?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Diagonal"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about using the whole word? I.e. "DIAGONAL-LSTM" or even "LSTM (diagonal)"? I think this would be more informative

@awf
Copy link
Contributor

awf commented Oct 30, 2019 via email

@tomjaguarpaw
Copy link
Collaborator Author

Yes, let's just go with D-LSTM for now. It's easy enough to change it again later if we need.

@tomjaguarpaw tomjaguarpaw merged commit 92f1b3a into master Nov 4, 2019
@tomjaguarpaw tomjaguarpaw deleted the toelli/lstm-display-name branch November 4, 2019 15:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants