Conversation
github-actions bot
pushed a commit
that referenced
this pull request
Jul 6, 2023
## 1.0.0 (2023-07-06) ### ⚠ BREAKING CHANGES * Switch to using required inputs for better control (#6) ### Features * add more flags to cli tool ([2d3e2e3](2d3e2e3)) * added --graph flag ([48e5692](48e5692)) * added ffmpeg module ([528df05](528df05)) * added init target in makefile ([d03a934](d03a934)) * ann network model training ([253865e](253865e)) * auto-detect encoding see [#3](#3) ([39170d5](39170d5)) * clean subtitles ([65d5168](65d5168)) * feature extraction of audio ([a6b2038](a6b2038)) * find minimum logloss and sync subtitle ([6479e47](6479e47)) * implemented media and neuralnet classes ([5744091](5744091)) * include feaults in cli help ([8fc00ee](8fc00ee)) * logfile cli argument ([670a55e](670a55e)) * logloss plot and test files ([aa412b5](aa412b5)) * make logloss ([773ac1c](773ac1c)) * option to seek to middle of media ([850c60d](850c60d)) * recursively sync subtitles ([6925225](6925225)) * subtitle class and sync (logloss plot) ([23c8c36](23c8c36)) * support .srt files as arguments ([04ab90e](04ab90e)) * Switch to using required inputs for better control ([#6](#6)) ([c03bc26](c03bc26)) * training accuracy/loss inspection ([2b42350](2b42350)) ### Bug Fixes * add .mp4 files, check ffmpeg exit code ([ca8260f](ca8260f)) * allow any version of tensorflow ([7ddd3e1](7ddd3e1)) * balance data ([e11222b](e11222b)) * catch runtime errors when calc logloss ([a022cc2](a022cc2)) * change encoding to utf-8 closes [#3](#3) ([3018a9c](3018a9c)) * downgrade tensorflow to 1.5.1 for windows ([34a4f0c](34a4f0c)) * ffmpeg start param ([b2d5243](b2d5243)) * ffmpeg subprocess on unix ([2f1f723](2f1f723)) * import matplotlib lazily ([93a6a36](93a6a36)) * input dimentions did not match ([23e6fa2](23e6fa2)) * insane spelling error ([09b201f](09b201f)) * make module installable by pip ([2c5c67c](2c5c67c)) * media file names ([a2dfb2a](a2dfb2a)) * omit empty string in media paths ([4c7a9c2](4c7a9c2)) * remove unnecessary prints ([0ebec09](0ebec09)) * typo ([6085dc7](6085dc7)) * update makefile with twine ([e5ce40c](e5ce40c)) * use absolute paths resolves [#2](#2) ([d9c3e6f](d9c3e6f)) * voice activity detection ([3673ce2](3673ce2)) * windows ffmpeg arguments ([e5ca00b](e5ca00b))
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.
No description provided.