Masoud Kazemi
Masoud Kazemi
@zaleslaw, I was wondering if we are aiming for a two-way compatibility with Keras in terms of saving and loading of the models. In particular, should both of the following...
I was wondering if there is a plan to setup continuous integration for running the unit and integration tests automatically on each pull request as well as on merges to...
I was wondering if there is a plan to have automated style check and linting for contributions. This would be really useful to keep the codebase clean and consistent. Additionally,...
As far as I understand, creation of a model with multiple input and/or output layers is not supported yet. Although these models are less common compared to single input/output models,...
Currently, the support for grouping convolution filters in convolution layers is missing. For more information, you can read the `groups` argument description of `Conv2D` layer in Keras [here](https://www.tensorflow.org/api_docs/python/tf/keras/layers/Conv2D#args), or in...
I am currently learning Kotlin and in order to enhance my learning experience I was looking for a project accepting contributions. So I am excited to find this library, especially...
@koaning I was wondering if you have considered using caching in Github Actions ([1][1], [2][2], [3][3]). Let me give you some stats: currently, downloading the dependency packages with `pip` takes...
Suppose I have the following commits in my project (from newest to oldest): ``` sha | changes ------------------------------ a01 | only dvc files changed a02 | only code files changed...
During the initial snapshot phase of the CDC process (Postgres to Clickhouse), one the tables encounter this error: > failed to sync records: failed to write records to S3: failed...
I have setup a CDC process for transferring data from Postgres to Clickhouse database. In initial snapshot phase, I observed that the used storage space of my MinIO instance is...