-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
Please download the data sets at: http://43.138.115.238/download/febench/data/ | ||
You may choose any one of the options to download the data set: | ||
- http://43.138.115.238/download/febench/data/ : This server is located China, the data is not compressed. You can use the following command to download all data to the local directory `dataset` | ||
``` bash | ||
wget -r -np -R "index.html*" -nH --cut-dirs=3 http://43.138.115.238/download/febench/data/ -P ./dataset | ||
``` | ||
- OneDrive (https://1drv.ms/f/s!At2bMwG7v7Dngbg21F0ELbZrhC7NBA?e=atHwQy): The file is compressed, please decompress after downloading |