9. juni · hackernoon.com
Maskinindlæring for fuglene: Byg din egen fugle vokalisering klassifikator
DenConfigcellen i denne sektion indeholder logik til at initialisere og konfigurere et nyt WandB-projekt (hvis projektet ikke allerede eksisterer), som vil indfange træningsdata:
wandb.init(project="my-bird-vocalization-classifier") config = wandb.config config.batch_size = BATCH_SIZE config.epochs = 30 config.image_size = IMG_SIZE config.num_classes = len(LABELS)
Obviously, you can change the project name my-bird-vocalization-classifiertil dit ønskede WandB projektnavn.
Læs artikel