You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently received a trained checkpoint (ckpt) file from my colleague and attempted to test and run it on my own device. To ensure consistency, I used the same configuration and ckpt files that my colleague successfully used on her device. However, when I tried to test the model on my device, I encountered the following error in the configuration:
NBSSCLI.py: error: 'Configuration check failed :: No action for destination key "trainer.num_processes" to check its value.'
I'm not sure what could be causing this issue and would appreciate any insights or guidance on how to fix it.
Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered:
This problem is caused by the version mismatch problem of pytorch-lightning package (they usually remove or add some parameters after updating the version). To fix this, you need to remove the trainer.num_processes in the configuration file config.yaml. The same to other parameters in the configuration file if they also cause an error.
________________________________
From: Changsheng Quan ***@***.***>
Sent: Saturday, June 17, 2023 2:07:38 PM
To: Audio-WestlakeU/NBSS ***@***.***>
Cc: Khubaib Ahmad ***@***.***>; Author ***@***.***>
Subject: Re: [Audio-WestlakeU/NBSS] NBSSCLI.py: error: 'Configuration check failed :: No action for destination key "trainer.num_processes" to check its value.' (Issue #14)
Sorry for the late reply.
You can just remove the trainer.num_processes in the configuration file.
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFNHJ4ZOQCYBUDUQGA6RYNLXLVXVVANCNFSM6AAAAAAZIH5NNE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Hi,
I recently received a trained checkpoint (ckpt) file from my colleague and attempted to test and run it on my own device. To ensure consistency, I used the same configuration and ckpt files that my colleague successfully used on her device. However, when I tried to test the model on my device, I encountered the following error in the configuration:
I'm not sure what could be causing this issue and would appreciate any insights or guidance on how to fix it.
Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered: