-
Hi, I bought your book, then I excitedly tried to complete the task of generating Shakespearean in the book, but I found that. When I ran this code:
```
shakespeare_url = "https://homl.info/shake…
-
#### Issue description
When building a neural network, it's often the case that getting the input shape right can be a little confusing (for instance, see #2048, although that is far from t…
-
1. i have build and get the `libtrt_engine.so`, `libfwd_torch.so`
2. when i build the `demo/fwd_cpp`, i get the error:
`[ 50%] Linking CXX executable test_fwd_engine
CMakeFiles/test_fwd_engine.dir/…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: Yes
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: macOS …
-
Hi Ludwig Authors,
I'm trying to use ludwig to create a NER extractor from italian text, but I got always an error message that preclude the model generation. Maybe I'm using in a wrong way the ludwi…
-
paddlepaddle2.0版本
同样的模型,转换为inference模型后,预测结果和原始结果不一致
![image](https://user-images.githubusercontent.com/35923416/96698019-34c5ed80-13bf-11eb-892d-6e00fbfb782c.png)
lim-0 updated
3 years ago
-
@jmvalin Thanks for hosting this interesting project. As part of the usecases for LPCNet you mention about TTS(Text-To-Speech). How do we synthesis speech from text using the test_lpcnet.py?
If th…
-
I am doing text classification. Also I am using my pre-trained word embeddings and i have a `LSTM` layer on top with a `softmax` at the end.
```
vocab_size = embeddings.shape[0]
embedding_size = em…
-
Dear Sir,
Thank you for making it compatible along with windows , Your kind suggestion is required to implement it in SimpleHTR code --wordbeamsearch option--
1) I followed the steps of read me a…
-
Hi all. I am trying to train a custom recognition model. The process seams to work normally, then the loss suddenly increases to very high value and accuracy drops to zero.
Here is the output log.…