Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwu0731 authored Oct 8, 2020
1 parent e9623fd commit 9de13bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@
os.makedirs(args["output_dir"], exist_ok=True)

# Dictionary Predefined
SEEDS = np.arange(0, 100, 5)
SEEDS = [10, 5, 0] # np.arange(0, 100, 5)

0 comments on commit 9de13bb

Please sign in to comment.