TachibanaYoshino / AnimeGANv2

[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
5.06k stars 709 forks source link

Add ⭐️Weights and Biases⭐️ logging #50

Closed SauravMaheshkar closed 1 year ago

SauravMaheshkar commented 2 years ago

Hey @TachibanaYoshino 👋, This PR aims to add basic Weights and Biases Metric Logging by appending to the existing codebase with minimal changes.

The changes can be summarized as follows :-

Add 3 extra arguments namely --use_wandb, --wandb_project and --wandb_entity which can be used to specify whether to use wandb, the name of the project to be used ("AnimeGANv2" by default) and name of the entity to be used.

SauravMaheshkar commented 2 years ago

Request for Review @TachibanaYoshino

SauravMaheshkar commented 2 years ago

gentle ping @TachibanaYoshino