We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In echo.py, function getitem, line 247, there is a comment:
# Select random clips video = tuple(video[:, s + self.period * np.arange(length), :, :] for s in start)
This is not correct, as whether the clips are random or not has been specified in an earlier part of the code (lines 203 to 208).
The text was updated successfully, but these errors were encountered:
Documentation (echonet/dynamic#26)
154bcf1
20a9c09
Successfully merging a pull request may close this issue.
In echo.py, function getitem, line 247, there is a comment:
This is not correct, as whether the clips are random or not has been specified in an earlier part of the code (lines 203 to 208).
The text was updated successfully, but these errors were encountered: