fix download.sh
This commit is contained in:
parent
975aef2087
commit
dc5a5c576d
@ -1,5 +1,5 @@
|
||||
dataset_operation() {
|
||||
cat all_games.csv | shuf > all_games.csv.s
|
||||
tail -n +2 all_games.csv | shuf > all_games.csv.s
|
||||
head -n $CUTOFF all_games.csv.s > ./all_games.csv.shuf
|
||||
len1=$(cat ./all_games.csv.shuf | wc -l)
|
||||
len2=$(($len1/10))
|
||||
|
Loading…
Reference in New Issue
Block a user