Need help with using WandB for hyperparameter optimization. #11537
Unanswered
kushuu
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hi @kushuu , Can you show a sample traceback when the error occurs? Perhaps to help debug this problem, you can single out which particular hyperparameter causes this |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there! I'm building a NER model using this amazing library and I'm using weights and biases for hyperparameter optimization (wandb sweeps). My
sweeps.yml
file looks like this:I'm getting an error
TypeError: can't convert complex to float
for this particular (and many other) combination of hyperparameters:I'm not able to understand the cause of this error and what hyperparameters I'm tweaking incorrectly (or out of range maybe).
Also, I'm new with deep learning and spacy so kindly help with as many resources (and depth) as possible.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions