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

fix reported number of train/validation workers #324

Closed
StevenSong opened this issue Jun 15, 2020 · 0 comments · Fixed by #327
Closed

fix reported number of train/validation workers #324

StevenSong opened this issue Jun 15, 2020 · 0 comments · Fixed by #327
Assignees
Labels
bug Something isn't working

Comments

@StevenSong
Copy link
Collaborator

What
https://github.com/broadinstitute/ml/blob/e3540e1eff2fc45301255c1e89b87c8bb5d18405/ml4cvd/tensor_generators.py#L151
i is from enumerate which starts at 0, reported number of workers is then N - 1

Why
better logging

How
N = i + 1 workers started

Acceptance Criteria
correct number of workers in logs

@StevenSong StevenSong self-assigned this Jun 15, 2020
StevenSong added a commit that referenced this issue Jun 15, 2020
@erikr erikr added the bug Something isn't working label Jun 16, 2020
StevenSong added a commit that referenced this issue Jun 18, 2020
* #260 #324 #326

* get stats q

* variable names
lucidtronix pushed a commit that referenced this issue Jan 13, 2023
* #260 #324 #326

* get stats q

* variable names
lucidtronix pushed a commit that referenced this issue Jan 13, 2023
* #260 #324 #326

* get stats q

* variable names
lucidtronix pushed a commit that referenced this issue Jan 13, 2023
* #260 #324 #326

* get stats q

* variable names
lucidtronix pushed a commit that referenced this issue Jan 13, 2023
* #260 #324 #326

* get stats q

* variable names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants