PVA

Results 8 issues of PVA

Hi, In code **https://github.com/udacity/deep-learning-v2-pytorch/blob/master/convolutional-neural-networks/mnist-mlp/mnist_mlp_solution_with_validation.ipynb** when we do validation and test result we should call model.eval(). Right? Specially because we have DropOut layers. BR, Pavel

Answer without number: ![image](https://user-images.githubusercontent.com/37487002/235523918-25b34d63-feee-4b92-9705-a517a7780e56.png)

bug

### System Info langchain-0.0.161-py3-none-any.whl google colab gpt-3.5-turbo ### Who can help? _No response_ ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related...

### 🐛 Describe the bug I load data from CSV file: `df = pd.read_csv(dataFile, encoding='ISO-8859-1')` This file has columns name, price, width and height. I created pandasAI with conversational =...

bug

### Issue you'd like to raise. Is it possible at all to run Gpt4All on GPU? For example for llamacpp I see parameter n_gpu_layers, but for gpt4all.py - not. Sorry...

Hi! I have create agent and tool to ask user for input. Agent: ``` user_manager = Agent( role='Communication Manager', goal='Ask user for input when information from user is required', verbose=True,...

### System Info pandasaai 2.0.16 windows python ### 🐛 Describe the bug I have a bug when I ask questions about columns. Examples: - what columns we have and they...

### 🚀 The feature It will be interesting to have ability to ask about data duplicate, not only about query. For example, when I ask "find duplicates by phone number"...