Skip to content

Commit

Permalink
Add saveimg
Browse files Browse the repository at this point in the history
  • Loading branch information
chizuchizu committed Mar 25, 2021
1 parent 08649ae commit 28a1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_ds(n, seed):


dataset = pd.read_csv(cfg.base.train_path) # .sample(100).values
for i in range(6, 10):
for i in range(10):
init_client(cfg)
cfg.dataset.target = i
train = get_ds(
Expand Down

0 comments on commit 28a1ae7

Please sign in to comment.