André Claudino

Results 11 issues of André Claudino

I am trying to load a saved model folder, but, with no other information, the following error is raised: ``` undefined symbol: TF_StringGetDataPointer, version VERS_1.0 ``` I am using the...

I am trying to save data using `saveAsBigQueryTable`, but this is resulting in an error. I simplified the dataframe for a single column, an StructType one, this is the schema:...

bug

The actual code cant be run on Python 3.10: dependencies are not compatible and some parts of the code has changed. This pull requests: * leaves the dependencies free (should...

I need to translate a working python code into rust. This code receives a json payload (the `event` object in the following snippet), the entries are the following: * `input_schema`:...

While loading file from S3, the code panics with message: `no Task is currently running`. The source code, where this error happens, is [on this link](https://github.com/driyca/mongodb-uploader/blob/19fc83eede72df00d1c98efa0cc4d8a97d714877/src/persistence/files_system/s3_dataset.rs#L117) at [https://github.com/driyca / [mongodb-uploader](https://github.com/driyca/mongodb-uploader)](https://github.com/driyca/mongodb-uploader).

Would be great if we can use the output files tokio AsyncRead and AsyncWrite, it would make integrations of different file systems more transparent.

* Split the module into lib and command line executor. * Set a conda environment configuration to help developers (actually simple, but should be increased while developing) * Simplify and...

I ran using just the CPU, to improve performance, I wish to run using GPU, but received the following error: ``` Failed copying input tensor from /job:localhost/replica:0/task:0/device:CPU:0 to /job:localhost/replica:0/task:0/device:GPU:0 in...

No matter if installing or building from source, there is an error when building `lightgbm-sys` crate: ``` --- stderr /home/claudino/Projetos/OpenSource/lightgbm-rs/target/debug/build/lightgbm-sys-22263c7eae12fbfb/out/lightgbm/include/LightGBM/c_api.h:18:10: fatal error: 'cstdint' file not found thread 'main' panicked at...

I would like to add support to Brazilian Portuguese. Can you give me the path to do that?