Skip to content

Commit da96c2a

Browse files
committed
Update
1 parent bd507c4 commit da96c2a

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

2016-11_Seminar/Session 1 - SENNA/code for NER/NER.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
2222
"""
2323
import numpy as np
24-
import theano
25-
import theano.tensor as T
2624

2725

2826
import time

2016-11_Seminar/Session 1 - SENNA/code for POS/POS.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
2222
"""
2323
import numpy as np
24-
import theano
25-
import theano.tensor as T
26-
2724

2825
import time
2926
import gzip

2016-11_Seminar/Session 1 - SENNA/code for POS/POS_Skeleton.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
2222
"""
2323
import numpy as np
24-
import theano
25-
import theano.tensor as T
2624

2725

2826
import time

0 commit comments

Comments
 (0)