Skip to content

Fix bug where MNIST train and test are the same - #5

Open
christabella wants to merge 1 commit into
jonasrothfuss:masterfrom
christabella:patch-1
Open

Fix bug where MNIST train and test are the same#5
christabella wants to merge 1 commit into
jonasrothfuss:masterfrom
christabella:patch-1

Conversation

@christabella

@christabella christabella commented Sep 3, 2020

Copy link
Copy Markdown

But maybe this doesn't matter, since both the meta train and meta test data are from generate_meta_test_data? Is the reason for this that for the synthetically generated datasets it doesn't matter?

meta_train_data = dataset.generate_meta_test_data(n_tasks=1024, n_samples_context=FLAGS.n_context_samples,
n_samples_test=FLAGS.n_test_samples)
meta_test_data = dataset.generate_meta_test_data(n_tasks=FLAGS.n_test_tasks,
n_samples_context=FLAGS.n_context_samples,
n_samples_test=FLAGS.n_test_samples)

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

Successfully merging this pull request may close these issues.

1 participant