Skip to content

Commit

Permalink
note about reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Jul 19, 2023
1 parent 6364d19 commit a3011cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@ parameters:
```
Then proceed as usual. Create wandb sweep with `wandb sweep sweep_config.yaml`, then run agents with `wandb agent <agent_id>`.

Based on the results, you will need to make wandb reports to make it easier for other users to understand.
You can use any of the already existing ones as an example (see [README.md](README.md)).

### Checklist

- [ ] Issue about new algorithm is open
- [ ] Single-file implementation is added to the `algorithms/contrib`
- [ ] PR has passed all the tests
- [ ] Evidence that implementation reproduces original results is provided
- [ ] Configs with the best hyperparameters for all datasets are added to the `configs/contrib`
- [ ] Logs for best hyperparameters are submitted to our wandb organization
- [ ] Logs and reports for best hyperparameters are submitted to our wandb organization

0 comments on commit a3011cd

Please sign in to comment.