Riccardo Orlando

Results 3 issues of Riccardo Orlando

Hi, I'm trying to run the run_kt_LSTM.sh but it gives me this error: ``` File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/training_generator.py", line 377, in convert_to_generator_like num_samples = int(nest.flatten(data)[0].shape[0]) AttributeError: 'dataGenSequences' object has no attribute 'shape'...

### Describe the bug When trying to load big json files from a local directory, `load_dataset` throws the following error ``` Traceback (most recent call last): File "/miniconda3/envs/conda-env/lib/python3.10/site-packages/datasets/builder.py", line 1989,...

For my use case, I would like to augment the training data with features produced by the model itself. More specifically, my experiment is structured as follows: - Train the...