-
--max_cores parameter can't limit deepvirfinder, because the theano backend to keras automatically uses all available cores for the internal matrix operations. as mentioned here https://github.com/jes…
-
Hello,
I have some problem regarding the Keras dependency of IPMiner. If I use the version you recommend, Keras 0.1.2, I get the following error when running IPMiner :
Traceback (most recent call …
-
Should finetune all TDBN or just CRBM+LogReg?
At the moment (13 avril 2016), I try to put together all my models.
In other words, until now I train RBMs and use them to generate a new dataset (train,…
-
I ran the following commands using anaconda 4.16.14:
`conda install cudatoolkit`
`conda install cudnn`
`conda install theano`
`python -c "import theano"`
I obtained the following output:
```…
-
本周工作
===================================================
把gomoku的例子跑起来了,例子分别用Theano 、Pytorch和TensorFlow做的,正在跑第一个
下周工作
===================================================
在上周的基础上,准备把三种方法都跑完,比较一下…
-
Time to take these benchmarks forward to a more meaningful metric (it's taken so long, but it's after all a side project for fun).
I've added benchmarks for the following networks:
VGG Model A (2nd p…
-
hello
I want to use this model with my python architecture, do I need to rewrite my model architecture in c++ file? or modify keras_model.cc?
-
this code:
` model=InceptionV3(include_top=False,
weights='imagenet',
input_tensor=None,
input_shape=None,
pooling=None)`
alway…
zw615 updated
5 years ago
-
I trained a LSTM network from my own password list.But when I tried to use the network to enumerate passwords, I got a ZeroDivisionError like this:
Traceback (most recent call last):
File "../pwd_…
-
I found that you performed a dimensional transformation before the feature stretching, changing the original [batch, frames, width, high, channels] into [batch, frames, channels, width, high]. Through…