Skip to content

Fix sequence length buffer truncate#6301

Open
montplaisir wants to merge 3 commits into
developfrom
fix-buffer-truncate
Open

Fix sequence length buffer truncate#6301
montplaisir wants to merge 3 commits into
developfrom
fix-buffer-truncate

Conversation

@montplaisir

Copy link
Copy Markdown

Proposed change(s)

Porting PR #5456 to current code.

Fixed an issue where if 80% of the buffer isn't a multiple of sequence length, we'll get weird sequences in the buffer. Only affects SAC with LSTM.

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Breaking change
  • Documentation update
  • Other (please describe)

Checklist

  • Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)
  • Updated the documentation (if applicable)
  • Updated the migration guide (if applicable)

Porting PR #5456 to current code.

Fixed an issue where if 80% of the buffer isn't a multiple of sequence length, we'll get weird sequences in the buffer. Only affects SAC with LSTM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant