Refactor dataset class, drop dependencies and update models - #277
Open
ben9809 wants to merge 24 commits into
Open
Refactor dataset class, drop dependencies and update models#277ben9809 wants to merge 24 commits into
ben9809 wants to merge 24 commits into
Conversation
…ove output shape traspose Enabling this flag the user is responsible to manage all the reset operations and tensor shape transpose to have the final output tensot of shape (B, T, F*)
…neurobench to drop lightning and gdown modules
lightning and gdown removed because of code changes; tonic set ad optional and removed unused dependencies from dev group
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #277 +/- ##
==========================================
+ Coverage 78.14% 78.38% +0.23%
==========================================
Files 44 44
Lines 842 842
Branches 123 123
==========================================
+ Hits 658 660 +2
+ Misses 134 132 -2
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
install soundfile dependency to open audio file and avoid using torchaudio which will install dependencies based on CUDA
…lation on CI environment
…rce exact cpu whl
…ss and description style optimization
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR introduces new changes regarding a specific dataset and SNNTorchModel
Code on the WISDM dataset class has been refactored to match the default code style of other dataset classes' implementation. This allow as to drop some dependencies like
gdownandpytorch-lightning.Apart from the two dropped packages, some others have been dropped:
librosaandtonic.Add documentation to SNNTorchModel and refactor code to avoid output tensor shape mismatch