Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clearml offline mode #363

Merged
merged 2 commits into from
Sep 5, 2024
Merged

clearml offline mode #363

merged 2 commits into from
Sep 5, 2024

Conversation

mosheraboh
Copy link
Collaborator

No description provided.

@mosheraboh mosheraboh requested a review from YoelShoshan August 27, 2024 09:18
@@ -176,6 +176,9 @@ def __init__(

## forward
def forward(self, batch_dict: NDict) -> NDict:
# workaround for fsdp
if not isinstance(batch_dict, NDict):
Copy link
Collaborator

Choose a reason for hiding this comment

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

is there a point to run some assertion that it's at least a dictionary? or do you think that NDict covers that enough already anyway?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It should be ok

Copy link
Collaborator

@YoelShoshan YoelShoshan left a comment

Choose a reason for hiding this comment

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

LGTM!
single comment/question inline

@mosheraboh mosheraboh merged commit a108f32 into master Sep 5, 2024
5 checks passed
@mosheraboh mosheraboh deleted the moshiko branch September 5, 2024 11:55
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