Unable to launch Wandb dashboard #5
Unanswered
nayanjha16
asked this question in
Q&A
Replies: 1 comment
-
Hi, I guess this is because of the version mismatch of TTS package. Please follow the exact setup instructions in the README to avoid this issue. Specifically, ensure that you have followed the step 4 in setup instructions in README |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @gokulkarthik ,
I am fairly new with Wandb , I was trying to implement this repo but I am getting the following error :
File "/hdd4/Nayan/envs/Nayan_ai_or_bharat_tts/lib/python3.8/site-packages/trainer/trainer.py", line 575, in init_loggers
dashboard_logger = logger_factory(config, output_path)
File "/hdd4/Nayan/envs/Nayan_ai_or_bharat_tts/lib/python3.8/site-packages/trainer/logging/init.py", line 35, in logger_factory
dashboard_logger = WandbLogger( # pylint: disable=abstract-class-instantiated
TypeError: Can't instantiate abstract class WandbLogger with abstract methods add_audio, add_figure, add_scalar
Can you please guide me with how to resolve this issue
Beta Was this translation helpful? Give feedback.
All reactions