Fréjus Laleye
Fréjus Laleye
Diarization Example fails with UnboundLocalError: local variable 'MEAN' referenced before assignment
I have the same issue with npy_fabsl using virtualenv and even outside virtualenv. Someone has any solution?
Hello, I encountered the same issue with the F1 score. @pg427 Did you fix it ?
Hi M Kumar, I got the same error despite that I put the correect value 440 of self.inputFeatDim. ``` self.x = numpy.concatenate ((self.x[self.batchPointer:], x)) ValueError: all the input array dimensions...
I have the same issue on my system with CUDA 12.2. @IamGianluca Which version have installed ?
Hi Sorry, Can we have the result of your evaluation and the task used?
Thanks @reckart for your reply. I fixed it and it seems to work except that in inception it's rather the terms that are displayed instead of the name of the...
I got the same issue with the following code: ``` client = Cloudflare( api_token=CLOUDFLARE_IMAGES_API_TOKEN, ) direct_upload = client.images.v2.direct_uploads.create( account_id=CLOUDFLARE_ACCOUNT_ID, metadata={ "user_id": user_id, }, require_signed_urls=False, ) ```