dewball345
dewball345
ok, i'm kind of confused on the RAPYDSCRIPT_PATH one; Are you supposed to change the environment variable whenever you create a new package, or are editing in a new project?...
ok, i solved it by configuring the --import-path attribute, though I don't understand the RAPYDSCRIPT_PATH variable
> Thanks for the PR. I will review shortly. Question: why delete the previous example entirely? I didn't delete the previous example, at least I don't think so? If you...
> > I didn't delete the previous example, at least I don't think so? If you mean the barlow twins notebook, I deleted that because this PR was about VicReg(the...
I'm getting the same error.
This usually happens when the input that you give to the model is the wrong shape or type. I suggest printing out the shapes and types of your tensors to...
@tiofabby Another important thing - make sure the data types are matching (ex if the input is a Float 32 but the model accepts Float 16 this error will occur)
@tiofabby is there a way to convert Tensor audio to a raw byte stream? From there, there should be an attribute to get the type.
> Hi @dewball345 , I cannot find a way to convert Tensor Audio to a raw byte stream... and I am not sure to get your point neither... I am...
@tiofabby - likely something being passed is null? I honestly don't know how to fix that problem