We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6 363.0 MiB 363.0 MiB @profile 7 def test(): 8 9 363.0 MiB 0.0 MiB media = '8560_00.mp4' 10 11 710.4 MiB 347.4 MiB segmentation = seg(media) 12 13 710.4 MiB 0.0 MiB print(segmentation)
6 937.0 MiB 937.0 MiB @profile 7 def test(): 8 9 937.0 MiB 0.0 MiB media = '8560_00.mp4' 10 11 1086.5 MiB 149.6 MiB segmentation = seg(media) 12 13 1086.5 MiB 0.0 MiB print(segmentation)
6 1498.8 MiB 1498.8 MiB @profile 7 def test(): 8 9 1498.8 MiB 0.0 MiB media = '8560_00.mp4' 10 11 1613.3 MiB 114.5 MiB segmentation = seg(media) 12 13 1613.3 MiB 0.0 MiB print(segmentation)
` from inaSpeechSegmenter import Segmenter, seg2csv from memory_profiler import profile
seg = Segmenter(vad_engine='smn',detect_gender=False)
@Profile def test():
media = '8560_00.mp4' segmentation = seg(media) print(segmentation)
for i in range(10): test() `
python 3.7.3 tensorflow 2.2.0 keras 2.4.3
The text was updated successfully, but these errors were encountered:
Dear @tomjerrygithub ,
These issues were due to changes in tensorflow behavior. These have been fixed.
Sorry, something went wrong.
changes in tensorflow
@DavidDoukhan Which version of tensorflow or the commit of this repos was fixed these issues?
No branches or pull requests
Line # Mem usage Increment Line Contents
Line # Mem usage Increment Line Contents
Line # Mem usage Increment Line Contents
`
from inaSpeechSegmenter import Segmenter, seg2csv
from memory_profiler import profile
seg = Segmenter(vad_engine='smn',detect_gender=False)
@Profile
def test():
for i in range(10):
test()
`
python 3.7.3
tensorflow 2.2.0
keras 2.4.3
The text was updated successfully, but these errors were encountered: