ggjae / Algorithm-CS

🎅 1일 1알고리즘
0 stars 0 forks source link

0613 DL #20

Closed ggjae closed 3 years ago

ggjae commented 3 years ago

RNN -

SEED = 5
random.seed(SEED)
torch.manual_seed(SEED)