Skip to content

Commit

Permalink
Update model_rnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwang93 authored Oct 20, 2022
1 parent 210edca commit 87a4ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/model_rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import torch.nn as nn
import torch.nn.functional as F

from utils import Variable
from MCMG_utils.utils import Variable

device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')

Expand Down

0 comments on commit 87a4ca0

Please sign in to comment.