From 0b629436c5c04685818c5b84dd68ff1f61d523bd Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Sun, 2 Apr 2023 21:43:46 -0400 Subject: [PATCH] docs --- doc/CONTRIBUTING.md | 8 ++++---- train.json | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 1022404..4339700 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -30,12 +30,14 @@ The most important thing to do when contributing is to make sure to *run trainin **If you cannot test every possible platform, your contribution is still welcome.** Please note waht you can and did test in your PR and we can work together to ensure it works across platforms, either by analysis for trivial changes, or help with testing. Some changes are small isolated and may not require full testing across all platforms, but noting how you tested will help us ensure it works for everyone. -**WIP** *link to a test data set will go here* **WIP** - ## Code style and linting **WIP** (there's a .pylint at least...) +### Running tests + +**WIP** There is a small suite of automated unit tests. **WIP** + ## Documentation Please update the appropriate document file in `/doc` for your changes. If you are adding a new feature, please add a new section for users to read in order to understand how to use it, or if it is a significant feature, add a new document and link it from the main README.md or from the appropriate existing document. @@ -54,6 +56,4 @@ There is no formation process for contributing to EveryDream, but please conside * Please consider checking in on the Discord #help channel after release to spot possible bugs encountered by users after your PR is merged. -### Running tests -**WIP** There is a small suite of automated unit tests. **WIP** \ No newline at end of file diff --git a/train.json b/train.json index 0c2941d..eb03c68 100644 --- a/train.json +++ b/train.json @@ -1,5 +1,4 @@ { - "amp": true, "batch_size": 10, "ckpt_every_n_minutes": null, "clip_grad_norm": null, @@ -35,7 +34,7 @@ "scale_lr": false, "seed": 555, "shuffle_tags": false, - "validation_config": null, + "validation_config": "validation_default.json", "wandb": false, "write_schedule": false, "rated_dataset": false,