Skip to content
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

Bug: Tutorial - "transcribe_timestamped.ipynb" Tutorial Error due to importing "transcribed_timestamped" as a module in "Transcribe Audio with Timestamps" Cell #240

Open
Veronika271 opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Veronika271
Copy link

Description

When I run the final cell in the "transcribe_timestamped.ipynb" tutorial, I get the following error:
image
.

Steps to Reproduce

Open up the "transcribe_timestamped.ipynb" Tutorial and run every cell sequentially.

Expected Results

I expected the final cell to run without an error.

Actual Results

There is an error due to transcribe_timestamped being called like a method but actually being identified as a module. It looks like there is a module called transcribe_timestamped and from it, you import a module inside it that is also called transcribe_timestamped. The inner transcribe_timestamped module only has dunders in it so I can't figure out what to import instead.

Additional Notes

No response

@Veronika271 Veronika271 added the bug Something isn't working label Jan 15, 2025
@fabiocat93
Copy link
Collaborator

Hi @Veronika271, thanks for flagging this! The error occurs because the timestamped transcript feature was temporarily commented out (see [here](https://github.com/sensein/senselab/blob/main/src/senselab/audio/workflows/transcribe_timestamped/transcribe_timestamped.py)). Nice catch noticing the template was still there!

@ibevers is working on fixing it and should have a solution soon. He’s quite busy, but hopefully he is close to find a solution. If the fix takes much longer, we may remove the code from the main branch to avoid confusion...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants