-
I'd like to use keras to build a 1D convolutional net with pooling layers on some textual input, but I can't figure out the right input format and the right number of incoming connections above the fl…
-
While running the softmax benchmark:
https://github.com/mratsim/Arraymancer/blob/8d81857081724bc81625232b1457c06294541d62/benchmarks/implementation/softmax_cross_entropy_bench.nim#L165-L177
```
…
-
### 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)**:
Wind…
-
for conv2, conv4, conv5, they all have parameter "group" sets to 2, which I feel is not necessary. What's the reason using it?
-
Hi,
My name is Yohan YU, your developer of this repository. Right now, I'm able to run a volta instance on the cloud, let's see how it goes. I will keep updating in a week.
-
We're very excited to finally publish the first alpha pre-release of spaCy v2.0. It's still an early release and (obviously) not intended for production use. You might come across a `NotImplementedErr…
-
Is there a way to reshape a TF tensor inside of a custom Keras loss function? I'm defining this custom loss function for a convolutional neural network?
def custom_loss(x, x_hat):
"""
…
-
Is defining `train_op` [for each data point and epoch anew](https://github.com/astorfi/TensorFlow-World/blob/b60bddaa0b77fb9d407c1b980d6e1d4ba22e66d2/codes/2-basics_in_machine_learning/linear_regressi…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No.
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: …
-
Hi,
I have read the paper " Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering" and the usage notebook for figuring out the use of this models.
But I find that the tasks…