WARNING (theano.configdefaults): install mkl with conda install mkl-service
: No module named 'mkl'
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
Traceback (most recent call last):
File "train_mRNN.py", line 1, in
import fasta, preprocessing, model, evaluate
File "G:\生物信息学入门\代码\mRNN-master\mRNN-master\model.py", line 3, in
from passage.layers import Embedding, GatedRecurrent, Dense, OneHot, LstmRecurrent, Generic
File "d:\anaconda3\lib\site-packages\passage\layers.py", line 6, in
from theano_utils import shared0s, floatX
ModuleNotFoundError: No module named 'theano_utils'
这个怎么改啊
路径最好不要有中文,容易找不到路径,看看是不是这个原因导致的