asmashayea commited on
Commit
1c18be2
·
1 Parent(s): f3e6878
Files changed (1) hide show
  1. model.py +1 -0
model.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import torch.nn as nn
2
  from torchcrf import CRF
3
 
 
1
+ import torch
2
  import torch.nn as nn
3
  from torchcrf import CRF
4