Skip to content

Commit 02a37c7

Browse files
authored
Merge pull request #740 from wangzhen38/del_tisas_data
fix tisas dataset bug
2 parents 32dbaef + c15df9c commit 02a37c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datasets/ml-1m_tisas/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515

1616

1717
wget https://paddlerec.bj.bcebos.com/datasets/ml-m1-tisasrec/ml-1m.txt
18-
mv ml-1m.txt data
18+
mkdir -p data/all_data
19+
mv ml-1m.txt data/all_data

0 commit comments

Comments
 (0)