Results 4 issues of Fábio Perez

I am trying to use Xcessiv to an image classification project (together with Keras or PyTorch). By reading the walkthrough, I found that I have to pass the entire dataset...

Hello! I'm trying to install summertime, but I cannot import it after installation. ## How to reproduce Run on colab: ``` %pip install pyrouge@git+https://github.com/bheinzerling/pyrouge.git %pip install en_core_web_sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0-py3-none-any.whl %pip install summertime...

Token usage calculation is not working for ChatOpenAI. # How to reproduce ```python3 from langchain.callbacks import get_openai_callback from langchain.chat_models import ChatOpenAI from langchain.schema import ( AIMessage, HumanMessage, SystemMessage ) chat...