Skip to content

Remove early stopping and validation#2

Open
iskbaga wants to merge 7 commits intomainfrom
main-updated-2
Open

Remove early stopping and validation#2
iskbaga wants to merge 7 commits intomainfrom
main-updated-2

Conversation

@iskbaga
Copy link
Copy Markdown
Owner

@iskbaga iskbaga commented Apr 12, 2026

Early stopping is not needed and validation part can confuse

@@ -219,31 +206,29 @@ def __init__(
all_embeddings_path,
train_parts=(0, 17),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Let's change it to parts from paper. Train -- 0-8, gap -- 8-9, eval -- 9-10

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

fixed it

for key, value in metrics.items():
self.writer.add_scalar(key, value, step)

def get_timestamp(self):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Let's make it a property and use def timestamp instead of def get_timestamp

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

inlined it and now use it as property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants