Pablo Rodríguez Pérez
Pablo Rodríguez Pérez
Hi @adetorcy, @aaronsdevera, @kamwoods, I launched the pip-compile command and updated the requirements.txt file for python 3.10. It had some incompatibilities with Flask too. Please, can you check the new...
Thank you @kamwoods, I haven’t found any problem working with pst and eml files after this upgrade, but I don’t use the spaCy or SQLAlchemy parts. If there are any...
Hi @FernandoCarazoMelo, I decided to use dictionaries to clearly assign activation functions to each type of layer and ensure that each layer type can have a different number of layers...
Same issue with this example when I try to modify the header in `MessageItemRequestBuilder.MessageItemRequestBuilderGetRequestConfiguration()` [https://learn.microsoft.com/es-es/graph/api/message-get?view=graph-rest-1.0&tabs=python#example-3-get-message-body-in-text-format](https://learn.microsoft.com/es-es/graph/api/message-get?view=graph-rest-1.0&tabs=python#example-3-get-message-body-in-text-format)
Hi @FernandoCarazoMelo, I have a question/suggestion. Instead of using a list that matches the number of layers, I would recommend using a dictionary with the layer names "recurrent_units" and "dense_units"...