Skip to content

Commit

Permalink
switch to gitlab for MNIST dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Oct 2, 2023
1 parent eb60d46 commit 22534e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fed_kit_client/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Future<int> deviceId() async => (await AppSetId().getIdentifier()).hashCode;

Future<String> downloadDataSet() async {
const url =
'https://github.com/FedCampus/FedKit/files/12707552/MNIST_data.zip';
'https://gitlab.com/SichangHe/notes/uploads/293000f0e66d63ca2ce4d6082f8eb632/MNIST_data.zip';
final tempDir = '${(await getApplicationDocumentsDirectory()).path}/MNIST/';
final zipFile = File('$tempDir/MNIST_data.zip');
if (!await zipFile.exists()) {
Expand Down

0 comments on commit 22534e1

Please sign in to comment.