-
I have a simple Keras model (see below) with a GRU which keras2onnx was mapping just fine to onnx GRU.
Now with tf2onnx.convert.from_keras I get a huge very complicated onnx model with loops and init…
aawce updated
2 years ago
-
-
from keras import utils as np_utils
y_train = np_utils.to_categorical(y_train,num_classes=3)
y_test = np_utils.to_categorical(y_test,num_classes=3)
为什么会出现这个错误?
-
Hi, except NNCLR, other models faced this error `ValueError: operands could not be broadcast together with shapes (32,) (6,) (32,) `
Here is the log:
```
/usr/local/lib/python3.6/dist-packages/…
-
```python
Traceback (most recent call last):
File "/home/steve/Desktop/deep-xgboost-image-classifier-main/code/baseline/cnn_xgboost.py", line 128, in
main()
File "/home/steve/Desktop/deep…
-
Using `multiprocessing.Pool().map` to train Keras models concurrently.
As soon as I add the import for `nltk` the shell freezes with no exceptions, requiring the terminal window to be force closed.…
-
Inference stuck when repartition the dataset. Code to reproduce the issue:
```python
import random
import tensorflow as tf
from pyspark.ml.feature import StringIndexer,VectorAssembler,Standard…
-
I get this warning when I try to profile my training setup. No step marker observed and hence the step time is unknown. This may happen if (1) training steps are not instrumented
I implemented a cu…
-
Hi,
python train.py
Using TensorFlow backend.
Traceback (most recent call last):
File "train.py", line 9, in
from keras.layers import GRU, Dense, Embedding, ChainCRF, LSTM, Bidirectional,…
-
I tried calling vasc.vasc(expr) where expr was a 2-dimensional numpy array of dtype int32, but I got this back:
```
(?, 2, 356)
../../2017_12_15_vasc/VASC/VASC/vasc.py:122: UserWarning: The `merg…