Afonja Tejumade

Results 12 issues of Afonja Tejumade

Index 50 is out of bounds for axis 0 with size 50

"https://..." will require username and password, since we already setup the ssh, we should use the "git@... " url instead.

numpy.save has the allow_pickle=True as default while numpy.load has allow_pickle=False, so this raises an error that can be fixed by explicitly setting the allow_pickle variable.

The current LibriSpeech configuration throws an error due to the missing third variable for fc_drop. We can either reduce the number of the fully connected layer (fc_lay) or increase the...

Hello, I noticed that `discrete_column_matrix_st` from the [data_sampler class](https://github.com/sdv-dev/CTGAN/blob/2dbbc18770d0dc17e7c5e83da6980ace424e9326/ctgan/data_sampler.py#L17) is not updated and it's always 0. If this is the case, then the function `sample_original_condvec(self, batch)` would not be picking...

question

tensorflow-gpu < 1.13 requires CUDA 9.0 and user might run into libcudnn.so.7 error during setup

tensorflow-gpu 1.10.1 has requirement setuptools

See solution proposed - https://github.com/plone/training/issues/278

### Environment Details Please indicate the following details about the environment in which you found the bug: * SDGym version: 0.5.0 * Python version: 3.7.13 * Operating System: Linux (run...

bug
pending review