Open borhan-kazimipour opened 5 years ago
It sounds like you tried the github version and it worked fine.
@faneshion This might be a packaging issue?
It sounds like you tried the github version and it worked fine.
@faneshion This might be a packaging issue?
I guess it's a packaging issue. If I copy data files from GitHub to where MatchZoo expect them to be, it works fine.
Thanks @borhan-kazimipour , I will check it~
Same problem here. There is no dataset in toy
after installing with pypi
Describe the bug
pip install amtchzoo
does not copy data files such astrain.csv
into '/usr/local/lib/python3/site-packages/matchzoo/datasets/toy`.To Reproduce
Do the following to install matchzoo
pip install tensorflow pip install matchzoo
Then in Python: import matchzoo as mz mz.datasets.toy.load_data(stage='train', task=mz.tasks.Ranking())
This produce:
This
mz.datasets.list_available()
results in['snli', 'wiki_qa', 'toy', 'quora_qp', 'embeddings']
I can see the folders and .py files are created in/usr/local/lib/python3.7/site-packages/matchzoo/datasets/toy/
but there is no CSV file.Context