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

npz data files creation #3

Open
oriohayon opened this issue Jun 18, 2022 · 5 comments
Open

npz data files creation #3

oriohayon opened this issue Jun 18, 2022 · 5 comments

Comments

@oriohayon
Copy link

Hi,
Thanks for the nice repository, I have a question regarding train test phase in some of the notebooks:
You are loading a npc data files (e.g., '/media/hdd1/khaled/npz_files/final_version/test_data.npz') that constructs the train and test dataset, however in the repository I don't find them and I didn't understand how you created them.

Any help finding out how you packed the data files will be great, thanks!

@oriohayon oriohayon changed the title npc data files creation npz data files creation Jun 19, 2022
@hechmik
Copy link
Owner

hechmik commented Jun 19, 2022

Hi! These files are produced by asvtorch and saved in .npz format for better convenience: in this way I don't have to use every time the loaders inside asvtorch and I have my dataframe ready to be used.
Therefore what you will have to do is to copy the copy inside that repo, split all observations in train and test according to the train and test files I uploaded and you should be good to go :)

@oriohayon
Copy link
Author

Hey,
Thanks for the answer!

So if I'm only interested in generating the dataset (including the audio files) used in the paper without the asvtorch environment what will be the easiest way to do so?

@hechmik
Copy link
Owner

hechmik commented Jun 23, 2022 via email

@oriohayon
Copy link
Author

Thanks again for your answer.
My problem with the asvtorch environment is that it requires to many dependencies and other installations (such as kaldi tools) and I don't have a stand alone environment to do so but I am working with Colab.

Is it possible to run the asvtorch with Colab notebooks? I have troubles in Colab with many things such as Conda and I don't even get to the point where I can run anything.

@hechmik
Copy link
Owner

hechmik commented Jun 24, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants