Conversation
16983ff to
763728b
Compare
763728b to
053b964
Compare
|
Thank you! That's amazing - good description! I always wanted to make it a package. A few questions. First, when it comes to the use of a package, I'd like to do How far away are we from this? Second, I noticed you're testing only 'fake' inputs. Could you include a video, e.g., from Third, |
|
@v-iashin one option here could be to get this in and then potentially follow up with the changes that you refer to, which I agree would be nice. As a start however, being able to avoid would be a win :D |
What?
pip install:ablepip installworksimportworks after install)Tested to work here
Why?
After this change, it will be possible to run
pip install ./Synchformer python -c "import Synchformer.data"and
which is a nice convenience for testing this out. I've made sure to not change any existing code to make this work (such that things behave the same as before).