-
So I want to change below Keras bidirectional LSTM layer into Transformer encoder:
`lstmLayer = keras.layers.Bidirectional( keras.layers.CuDNNLSTM(args.rnnSize, return_sequences = True, recurrent_i…
-
Hi Skuldur,
I am using your training script to train with my own midi files. I don't know why, but the training is going very slowly. It takes about 25 minutes to train only one epoch. I'm confused…
-
### Description
So I want to turn below Keras code which uses bidirectional LSTM into transformer:
`lstmLayer = keras.layers.Bidirectional( keras.layers.CuDNNLSTM(args.rnnSize, return_sequences =…
-
hello, today google release tensorflow 2.0, but my pc have not install it because i using cuda 10.1, please build a 10.1 version for users.thank you
-
Hey everyone,
I was testing this out and found a few changes that need to be made to the build.py script.
Remove:
1. CuDNNLSTM
2. CuDNNGRU (they are no longer called like that).
Substitut…
-
Platform (like ubuntu 16.04/win10): Redhat
Python version: 3.6.2
Source framework with version (like Tensorflow 1.4.1 with GPU): Keras 2.2.4
Destination framework with version (like CNTK 2.3 …
-
Hi,
thank you for your framework. I am trying to use it for charge event prediction at charging stations.
For this, I have downsampled the data to 5min steps and pass up to one week history to the n…
-
There is no example of loading a saved model of lstm that takes more than 1 input into the prediction also, there is no clarification that the library works with recent tensorflow 1.13.1 version or no…
-
您好,最近准备复线一下您的代码,关于CTPNpredict方面,我进行训练之后,得到大概66M的参数模型,然后利用您的预测代码,在我将您的GRU替换为CuDNNLSTM之后,系统提升我显存不够,需要6.2G,我是1060ti,6G,所以显存不够,这个是正常现象么?
-
Hi,
First I tried tf 1.6.0 there was some complicated tf bug, so I switched to tf 1.13.1
After running for a night, I get the following (see below):
I don't know whether it's over-fitting or o…