ando55 commited on
Commit
d38a1be
·
1 Parent(s): da90a83

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -51,7 +51,7 @@ class PointerNetworks(nn.Module):
51
  else:
52
  print('rnn_type should be LSTM,GRU')
53
 
54
- self.use_cuda = True
55
 
56
  self.nnSELU = nn.SELU()
57
 
 
51
  else:
52
  print('rnn_type should be LSTM,GRU')
53
 
54
+ self.use_cuda = False
55
 
56
  self.nnSELU = nn.SELU()
57