-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
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
Doc fixes #365
Merged
Doc fixes #365
Changes from 12 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b719978
[docs] Links to GitHub code from the docs :tada:
mpariente 6b5e5a7
Fix LibriMix
mpariente eb437f7
Fix datasets
mpariente ed372f7
Fix DSP sections
mpariente 9205b1d
Fix datasets again
mpariente a8986f7
Fix convolutional.py
mpariente a84af01
Fix old blocks
mpariente e5d550a
Add an fix attention in blocks.rst
mpariente 7dbc6e1
Order all by source
mpariente 2b54fbf
Fix base_models.py
mpariente 92e6616
Fix some
mpariente 38ca549
Try fixing losses
mpariente 74f4cc8
Fix sinkpit_wrapper.py
mpariente b54bf61
Fix mixit_wrapper.py
mpariente 82e3122
Add hidden section
mpariente 1239f39
Fix MSE
mpariente 94257fd
Fix SDR
mpariente d2cc11f
Fix PMSQE and STOI
mpariente 372987d
Finish fixing losses
mpariente 98afe5c
Fix metrics.py
mpariente fd1e6ba
Fix system.py
mpariente 460b9ef
Fix optimzers/schedulers
mpariente da9bdb3
Fix utils
mpariente 371d038
Fix SED error
mpariente 48f7243
func to meth
mpariente bca2663
Func to mod
mpariente cf3f896
Update asteroid/data/avspeech_dataset.py
mpariente 9270c8e
Merge branch 'master' into doc_fixes
mpariente 89ec9be
Black + README.md
mpariente 69a05e4
Fix double retruns in PIT
mpariente ab71939
Fix double retruns in other PIT
mpariente 2e35a6c
Fix filterbanks.rst
mpariente File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know why we have
:
at the end ofArgs:
but not forReferences
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Args:
is detected by Sphinx and it handles it well.And if I add
:
toReference
, it looks like this:I really don't understand the tool, so when I find something that works, I superstitiously stick to it.