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

question about X_train X_test X_valid #5

Open
Beardlessape opened this issue Mar 6, 2019 · 3 comments
Open

question about X_train X_test X_valid #5

Beardlessape opened this issue Mar 6, 2019 · 3 comments

Comments

@Beardlessape
Copy link

Beardlessape commented Mar 6, 2019

Hi Paul,
I have a question about the data ( X_train X_test X_valid)
for example, the X_train is (1284,20,325) and is the '325' composed of these three parts ,?
300d - text
20d - visual
5d - audio
and what's the meaning of the '20'?

@ghost
Copy link

ghost commented Mar 7, 2019

Hello @Beardlessape. The reason for smaller dimensions is the feature selection (hence 5 audio features were useful). This can change from dataset to dataset and label to label. 20 is the maximum length of sequence we allow.

@Beardlessape
Copy link
Author

Thanks! but i still have some questions. @A2Zadeh
How can i choose 20 of each sequence? Take the first twenty directly?

@ghost
Copy link

ghost commented Mar 9, 2019

@Beardlessape the sequence is already in 20 format. (1284: data size,20: sequence length, 325: num features). Let us know if there is anything else.

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

1 participant