-
# Description
## Overview
With the new dataset, segment or extract the character IMAGE. Classifying the character is another task.
## Goal/Purpose
The goal is to take the camera image and pre…
-
**Describe the bug**
The line 105 of cfl.py show below may lead to a divion by zero error that may occure if none of the models in the cluster have been updated.
```
104 weights = torch.on…
-
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 113192/113192 [00:00
-
同学你好,我在AF-FCL中运行`python main.py --dataset EMNIST-Letters --data_split_file data_split/EMNIST_letters_split_cn8_tn6_cet2_cs2_s2571.pkl --num_glob_iters 60 --local_epochs 100 --lr 1e-4 --flow_lr 1e-4 --…
-
Hello,
I've been trying to use the package for the first time:
```
julia> using MLDatasets
julia> MNIST.traindata(1)
```
The function tries to download the data from [http://yann.lecun.com/e…
HTofi updated
5 months ago
-
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
**Short description**
Could not load robotics datasets such as `berkeley_autolab_ur5`
**Environment information**
* Operating System: Ub…
yepw updated
7 months ago
-
I have this error:
Model has 17989698 parameters
/usr/local/lib/python3.10/dist-packages/torch/utils/data/dataloader.py:557: UserWarning: This DataLoader will create 4 worker processes in total. O…
-
Dear authors,
Thank you for your open-source code. It seems I cannot find the code to generate data partition for CIFAR10, FanshionMNIST, and EMNIST (only code for mnist and synthetic datasets are…
-
Currently, all datasets have a mandatory `root` parameter, indicating where the dataset will be or has been downloaded.
It would be more convenient if users didn't need to pass the root, and just r…
-
When I want to set the dataset 'EMNIST' for federated learning, I found that RuntimeError: ECONNRESET: connection reset by peer.
What I changed is just the dataset name and log dir location.
Thanks …