Add proper documentation for Keras callbacks (#15374)
* Add proper documentation for Keras callbacks * Add dummies
This commit is contained in:
@@ -15,6 +15,10 @@ specific language governing permissions and limitations under the License.
|
||||
When training a Transformers model with Keras, there are some library-specific callbacks available to automate common
|
||||
tasks:
|
||||
|
||||
## KerasMetricCallback
|
||||
|
||||
[[autodoc]] KerasMetricCallback
|
||||
|
||||
## PushToHubCallback
|
||||
|
||||
[[autodoc]] keras_callbacks.PushToHubCallback
|
||||
[[autodoc]] PushToHubCallback
|
||||
|
||||
Reference in New Issue
Block a user