Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

confused float and int in nvWavenetReference, setInputs #98

Open
nartes opened this issue Mar 4, 2020 · 0 comments
Open

confused float and int in nvWavenetReference, setInputs #98

nartes opened this issue Mar 4, 2020 · 0 comments

Comments

@nartes
Copy link

nartes commented Mar 4, 2020

memcpy(m_outputSelectors->data(), outputSelectors, m_maxSamples*m_maxBatch*sizeof(int));

Has no effect since input and output buffers are of float type (Matrix class).
Yet it is sizeof(int) for copying float data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant