Chen Qian
Chen Qian
Run the preprocessing pipeline, and upload the output to cloud storage bucket so that data preparation part is detached from the training part. This is a requirement from Vertex AI...
[MLMMaskGenerator](https://github.com/keras-team/keras-nlp/blob/master/keras_nlp/layers/preprocessing/mlm_mask_generator.py) is a helpful tool to generate masks for input sequences. The current docstring only has two basic examples, and it would be better for users if we can provide...
**Is your feature request related to a problem? Please describe.** This idea is from one best paper in NeurIPS 2021: [MAUVE: Measuring the Gap Between Neural Text and Human Text...
This PR is a rework on https://github.com/keras-team/keras-nlp/pull/303. Recreate the PR instead of direct editing for clear remote-local tracking.
🛠 DevTools 🛠 [](https://codespaces.new/chenmoneygithub/mlflow/pull/10830?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/10830/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 10830 ``` ###...
🛠 DevTools 🛠 [](https://codespaces.new/chenmoneygithub/mlflow/pull/10968?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/10968/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 10968 ``` ###...
🛠 DevTools 🛠 [](https://codespaces.new/chenmoneygithub/mlflow/pull/10981?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/10981/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 10981 ``` ###...
Torch does not support uneven padding in its `AvgPool` ops, which causes our average pooling layers to behave different in Torch backend from other backends. Our tmp fix is to...
Hi team! I have a few questions about the Tensorflow compatibility, could you help clarify? 1. In future Tensorflow versions (I assume it's starting from 2.16), will TF depend on...
🛠 DevTools 🛠 [](https://codespaces.new/chenmoneygithub/mlflow/pull/11138?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/11138/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 11138 ``` ###...