Fei Wang
Fei Wang
## Motivation Val loader should not drop last by default. ## Modification add 'drop_last': False in val_loader_cfg by default. ## Checklist **Before PR**: - [x] Pre-commit or other linting tools...
## Motivation Fix RandomGrayscale bug. ## Modification change rgb2gray to bgr2gray. ## Checklist **Before PR**: - [x] Pre-commit or other linting tools are used to fix the potential lint issues....
## Your Environment - `mas version`: 1.8.6 - macOS version: 12.3.1 ### mas Install Method - [x] `brew install mas` (homebrew-core) - [] [mas-cli/tap](https://github.com/mas-cli/homebrew-tap) - [] `.pkg` installer from [releases](https://github.com/mas-cli/mas/releases)...
#### Before submitting Add memory support for `OpenAIFunctionsAgent` like `StructuredChatAgent`. #### Who can review? @hwchase17
Setting seed and temperature cannot make the output consistent.