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

double free or corruption (!prev): 0x00005613ec89a910 *** #9

Open
fukien opened this issue Nov 11, 2018 · 0 comments
Open

double free or corruption (!prev): 0x00005613ec89a910 *** #9

fukien opened this issue Nov 11, 2018 · 0 comments

Comments

@fukien
Copy link

fukien commented Nov 11, 2018

Hi, I have successfully run the codes with the guide of tutorial Getting Start.
I tried to run deepmatcher with the dataset of structured walmart_amazon and I reformat the csv file like the itunes-amazon dataset from Getting Start tutorial. But when I run this code :

train, validation, test = dm.data.process(
path='.',
train='train.csv',
validation='validation.csv',
test='test.csv')

it reports an error as :

Computing principal components
0% [######] 100% | ETA: 00:00:00
Total time elapsed: 00:00:01
*** Error in `~/anaconda3/bin/python': double free or corruption (!prev): 0x00005613ec89a910 ***
Aborted (core dumped)

Do you have any ideas of what is wrong?

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