We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32dbaef + c15df9c commit 02a37c7Copy full SHA for 02a37c7
datasets/ml-1m_tisas/run.sh
@@ -15,4 +15,5 @@
15
16
17
wget https://paddlerec.bj.bcebos.com/datasets/ml-m1-tisasrec/ml-1m.txt
18
-mv ml-1m.txt data
+mkdir -p data/all_data
19
+mv ml-1m.txt data/all_data
0 commit comments