Skip to content

Commit

Permalink
Update examples/reuploading_classifier/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Carrazza <scarrazza@users.noreply.github.com>
  • Loading branch information
AdrianPerezSalinas and scarrazza committed Apr 30, 2021
1 parent cb43fe5 commit 6a98430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reuploading_classifier/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main(dataset, layers):
data = pickle.load(f)
except:
data = {}
data[dataset] = {}
data = {dataset: {}}

try:
parameters = data[dataset][layers]
Expand Down

0 comments on commit 6a98430

Please sign in to comment.