-
I've saved a model with the SavedModel format by calling:
```
tf.saved_model.save(model, "./1/")
```
following the instructions [here](https://www.tensorflow.org/guide/saved_model). I have renamed…
-
How feasible would it be to import a model that has been created with char-rnn? Could the structure of the t7 files theoretically be converted to a JSON format that recurrentjs understands?
-
I have been trying to install it from the link below for 3 days now. But my request is still not approved. How can I download it if maybe the author is busy and not looking at my request?
https://dri…
-
Hi,
I have just stumbled upon the [char-rnn.jl](https://github.com/FluxML/model-zoo/blob/master/text/char-rnn/char-rnn.jl) example in my first attempt of checking out Julia machine learning with Fl…
-
ENV:
```
CPU: Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz
GPU: 2080Ti * 4
tensorrt-llm: 0.12.0
tensorrt: 10.3.0
```
ISSUE:
I use c++ api of "tensorrt_llm/batch_manager/" to deploy a multi-modal llm. When…
-
Hi,
when I try to build the code I get this error
`$ make
[ 25%] Building CXX object CMakeFiles/caffe_char_rnn.dir/src/Trainer.cpp.o
In file included from /usr/include/c++/5/atomic:38:0,
…
-
### RNN 이해를 위한 자료:
* Understanding Hidden Memories of Recurrent Neural Networks
Yao Ming, Shaozu Cao, Ruixiang Zhang, Zhen Li, Yuanzhe Chen, Yangqiu Song, Huamin Qu
* https://kevinzakka.github.io/2…
-
Hi, I'm reading the code of `11_char_rnn_gist.py`, and I found the following problem:
In line 57, we encode the sequence `seq` with one-hot code with `depth=len(vocab)`.
However, `seq` is gener…
-
Hello,
I think the char-rnn archive is damaged or incomplete, the CV directory is missing and config files inside.
Can you see that, thank you very much !
Best regards.
Michel (from France)
-
After a while training, I got a panic. So here is the output log and I'm joining the .bin file that causes that.
[shakespeare.bin.gz](https://github.com/owulveryck/min-char-rnn/files/1480172/shakespe…