-
Hi,
After introducing layoutSplit = TRUE, I get an error:
> Error in `[ (subscript) logical subscript too long
Not sure what's going on, or if I'm using it weirdly somehow (got it with rea…
-
**What would you like us to test?**
Tipset assembly in real-world network conditions such as delays, packet loss, packet duplication, jitter, latencies between miners.
**Technical implementation…
raulk updated
4 years ago
-
The difference between training accuracy and testing accuracy is large pointing at overfitting. The problem seems to be because of very basic pre-processing. We are just indexing each unique word and …
-
Hi there,
I'm currently using a hurdle model to model biomass. When I use 'computePredictedValues' to run 5-fold cross validation, I get absurdly large values for the abundance-only component. As l…
-
How can we use DFM for dimensionality reduction as specified in the following paper: https://www.researchgate.net/publication/227702453_Estimating_common_trends_in_multivariate_time_series_using_dynam…
-
I have the following model:
```
x_in = Input(shape=(1024,1,2))
x = Permute((3,1,2))(x_in)
x = Conv2D(8 , (7,1), padding='same', name='C1')(x)
x = ReLU(name='C1_relu')(x)
x = Conv2D(16, (7,1), …
-
Here is the list of tutorials that were removed from the website for not meeting the quality bar. These tutorials should be improved, reviewed and committed.
- [How do I work with MXNet within a Ma…
-
**Describe the bug**
When `tf.unstack` or `tf.split` is used on an input, dynamic batch dimension is lost.
This was found while trying to export [NodLabs's DLRM](https://github.com/NodLabs/tensorf…
-
```
Namespace(activation='elu', baseroot='/data/lifengjun/inpainting_dataset/paris_train_original/', batch_size=4, bbox_shape=30, checkpoint_interval=1, cudnn_benchmark=True, epochs=40, gan_type='WGA…
-
In reviewing the Operation object, I've made a few minor changes. Logging here for visibility:
1. LoggedVariables should not be required. I updated the definition as follows: "The data variable…