maybeLee
maybeLee
When using relaxed_bernouli to sample on boundary, it outputs inf or NaN log_prob. ``` import tensorflow as tf import tensorflow_probability as tfp tf.random.set_seed(2) dist = tfp.distributions.RelaxedBernoulli(temperature = tf.constant(0.005), logits =...
**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu...
I build an onnx graph with only one BatchNormalization layer and two transpose layer as follows: However, the output between onnxruntime and pytorch's result is different when converting onnx to...
The scheme between torch.nn.functional.Pad and onnx's pad is different if the pads receive 8-dimensional padding. Given input with size: (1,3,10,10) and `pads=(1,1,2,2,3,3,4,4)`, `F.Pad` will result in size (9,9,14,12) (as declared...
I was trying to convert a Keras to ONNX then to PyTorch through onnx2pytorch but failed. The model I was trying to convert is as follows with input shape as...
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.17.0 ### Custom code Yes ### OS platform and distribution...
**Describe the problem**. Hi, I was using the latest Keras and TensorFlow to construct a model with ConvLSTM2D layer. However, I find that, when I set the shape in the...