-
Before you open an issue, please make sure you have tried the following steps:
1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement…
-
Hello,
I know this seems more of a debugging problem/problem on my side, but get the following error message when running my code, and it only appears when running it with a haste layer:
```
Trac…
-
```
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.keras import models, layers, losses, metrics, callbacks
# random generate d…
-
### System information
Linux OpenSuse Tumbleweed
- TensorFlow installation : pip
- TensorFlow library : Tf-nightly, occurs on earlier versions too
### Code
Converting a model containing an …
-
```预测代码都在predictors/predict.py中,初始化Predictor对象,调用predict方法即可。```
请问这个有例子可以给看看么?
-
Is there a function where I can pass a sentence and get an image?
-
Hello,
I'm trying to execute the following code:
```
import sys
import tensorflow
import tflearn
from tflearn.data_utils import to_categorical, pad_sequences, VocabularyProcessor
text, labe…
-
It would be really nice to have a set of recurrent layers including LSTMs and GRUs as part of the core layers API. Ideally we can parameterize the activation functions for the various gates rather tha…
-
Hi Mr. Rolczynski,
I have tried to generate a new model with a new training dataset(code is as below which is same as you have mentioned in github)
dataset = asr.dataset.Audio.from_csv('C:/Users/XX…
-
Exciting news!
https://github.com/tensorflow/tensorflow/releases/tag/v1.0.0-alpha
However, it includes some API breaking changes. Perhaps, we need to refactor our code.
Please feel free to te…