Skip to content

Commit

Permalink
match random seed with PR screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisC99 committed Jun 10, 2023
1 parent 5b78b34 commit 72f0502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcn/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def test(model, criterion, input, target, mask):
help='disables macOS GPU training')
parser.add_argument('--dry-run', action='store_true', default=False,
help='quickly check a single pass')
parser.add_argument('--seed', type=int, default=1, metavar='S',
help='random seed (default: 1)')
parser.add_argument('--seed', type=int, default=42, metavar='S',
help='random seed (default: 42)')
args = parser.parse_args()

use_cuda = not args.no_cuda and torch.cuda.is_available()
Expand Down

0 comments on commit 72f0502

Please sign in to comment.