Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
itakatz
/
DeepLearningExamples
Public
forked from
NVIDIA/DeepLearningExamples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2024
minor changes
itakatz
committed
291af02
View commit details
Copy full SHA for 291af02
Browse repository at this point
code moved to dataset.py
itakatz
committed
639df9f
View commit details
Copy full SHA for 639df9f
Browse repository at this point
Commits on Dec 8, 2024
added dataset.py
itakatz
committed
80f2a9b
View commit details
Copy full SHA for 80f2a9b
Browse repository at this point
Commits on Apr 1, 2024
moved package dir "ssynth" into subdir "src"
itakatz
committed
a19c8d4
View commit details
Copy full SHA for a19c8d4
Browse repository at this point
- ssynth/utils/synthesis.py: moved the "enhance pitch using midi" to a dedicated method
Show description for 3dfc9ad
itakatz
committed
3dfc9ad
View commit details
Copy full SHA for 3dfc9ad
Browse repository at this point
Commits on Mar 22, 2024
moved env_timegan, and the features and results folder
itakatz
committed
a2b4858
View commit details
Copy full SHA for a2b4858
Browse repository at this point
Commits on Mar 4, 2024
added monitoring of generator loss gradient wrt the random latent input Z
Itamar Katz
committed
0d33e6a
View commit details
Copy full SHA for 0d33e6a
Browse repository at this point
Commits on Feb 25, 2024
resolve conflict
Itamar Katz
committed
1e00e68
View commit details
Copy full SHA for 1e00e68
Browse repository at this point
update notebooks
Itamar Katz
committed
90e2d8f
View commit details
Copy full SHA for 90e2d8f
Browse repository at this point
resolving conflicts after "git pull upstream"
itakatz
committed
97a68b5
View commit details
Copy full SHA for 97a68b5
Browse repository at this point
Commits on Feb 20, 2024
[RN50/Paddle] Remove export script and add INT8 feature (QAT + inference)
leo0519
authored and
nv-kkudrynski
committed
38934f9
View commit details
Copy full SHA for 38934f9
Browse repository at this point
Commits on Jan 15, 2024
Update README.md
itakatz
authored
0079171
View commit details
Copy full SHA for 0079171
Browse repository at this point
fix error in requirements.txt
itakatz
committed
92136ba
View commit details
Copy full SHA for 92136ba
Browse repository at this point
requirements file to run neutone_wrapper.py
itakatz
committed
280d642
View commit details
Copy full SHA for 280d642
Browse repository at this point
Commits on Jan 14, 2024
minor change
itamar-dw
committed
3ecd224
View commit details
Copy full SHA for 3ecd224
Browse repository at this point
added script to dump the model to neutone format (currently it fails due to torch-script errors)
itamar-dw
committed
fcaf170
View commit details
Copy full SHA for fcaf170
Browse repository at this point
changing folder names
itamar-dw
committed
d7e588c
View commit details
Copy full SHA for d7e588c
Browse repository at this point
- add option to envelope in dB scale to env_timegan
Show description for d6984da
itakatz
committed
d6984da
View commit details
Copy full SHA for d6984da
Browse repository at this point
Commits on Dec 26, 2023
- bug fix in freq_to_sawtooth, phi0 was not set using kwarg
Show description for 076761a
itakatz
committed
076761a
View commit details
Copy full SHA for 076761a
Browse repository at this point
Commits on Dec 24, 2023
reordering of files, prepare_wav.py now works for new files w/o processing existing files
itakatz
committed
a058636
View commit details
Copy full SHA for a058636
Browse repository at this point
changed file names
itakatz
committed
e9ab1a8
View commit details
Copy full SHA for e9ab1a8
Browse repository at this point
bug fix: treat cases of missing "end" or "start" indices
Show description for 1d652be
itakatz
committed
1d652be
View commit details
Copy full SHA for 1d652be
Browse repository at this point
Commits on Dec 18, 2023
add option to load model from specific epoch when creating new instance
itakatz
committed
87e2ba7
View commit details
Copy full SHA for 87e2ba7
Browse repository at this point
added note energy to GAN features
itakatz
committed
5e4feb7
View commit details
Copy full SHA for 5e4feb7
Browse repository at this point
Commits on Dec 12, 2023
bug fix in data type of "note_id" when padding with 0s
Itamar Katz
committed
8846018
View commit details
Copy full SHA for 8846018
Browse repository at this point
added conditioning on note sequence
Itamar Katz
committed
342f262
View commit details
Copy full SHA for 342f262
Browse repository at this point
Commits on Dec 10, 2023
fixed num of epochs for different stages of training
itakatz
committed
66f5c98
View commit details
Copy full SHA for 66f5c98
Browse repository at this point
enable different input and output dims, so this is not autoencoder anymore (we generate from features)
Itamar Katz
committed
11a176b
View commit details
Copy full SHA for 11a176b
Browse repository at this point
Commits on Dec 9, 2023
Merge branch 'master' of https://github.com/itakatz/DeepLearningExamples
Itamar Katz
committed
e06e8f5
View commit details
Copy full SHA for e06e8f5
Browse repository at this point
minor commnet
Itamar Katz
committed
8f7c66e
View commit details
Copy full SHA for 8f7c66e
Browse repository at this point
added the midi pharse to features in the dataloader and in the saved cache
itakatz
committed
062e5d1
View commit details
Copy full SHA for 062e5d1
Browse repository at this point
Commits on Dec 8, 2023
[wav2vec2.0/PyT] Fix pip dependencies (librosa - numpy)
alancucki
authored and
nv-kkudrynski
committed
9dd9fcb
View commit details
Copy full SHA for 9dd9fcb
Browse repository at this point
Commits on Dec 7, 2023
[RN50/Paddle] Fix 2308 compatibility issue
Wong4j
authored and
nv-kkudrynski
committed
4fca54f
View commit details
Copy full SHA for 4fca54f
Browse repository at this point
Commits on Dec 4, 2023
Merge branch 'mwawrzos/nvbug/4393747' into 'internal/main'
Show description for 0131db6
nv-kkudrynski
committed
0131db6
View commit details
Copy full SHA for 0131db6
Browse repository at this point
[Jasper/PyT,QuartzNet/PyT] use the dafault DALI installation from the container
mwawrzos
authored and
nv-kkudrynski
committed
34770bb
View commit details
Copy full SHA for 34770bb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.