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

A question for your Multimodal LSTM #1

Open
tzczsq opened this issue Apr 13, 2016 · 0 comments
Open

A question for your Multimodal LSTM #1

tzczsq opened this issue Apr 13, 2016 · 0 comments

Comments

@tzczsq
Copy link

tzczsq commented Apr 13, 2016

Hi, I find every testing demo programe needs load the corresponding weights data.For instance, in this
the following test_audio_all.m, we load data '49.mat' as the weights.
My question is that how can I get the weight data like 49.mat from training data? Could you give a demo for this?
Otherwise, I can not investigate the performance of your code on my own datasets.

% addpath utils/
% addpath data/speaker_naming/

clearvars -global config;
global config mem;
gpuDevice(1);
sn_audio_init();

load('speaker_naming/results/audio_1/49.mat');
config.weights = model.weights;

load('data/speaker_naming/val_audio/1');
test_labels = reshape(test_labels, size(test_labels,1), 1, size(test_labels,2));
test_labels = repmat(test_labels, [1 size(test_samples,2) 1]);
test_samples = config.NEW_MEM(test_samples);
test_labels = config.NEW_MEM(test_labels);
% test_samples = test_samples(:,:,1:2000);
% test_labels = test_labels(:,:,1:2000);

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