Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « MovieWriter »

Constructeur matplotlib.animation.MovieWriter.__init__

Signature de la constructeur __init__

def __init__(self, fps=5, codec=None, bitrate=None, extra_args=None, metadata=None) 

Description

help(MovieWriter.__init__)

Parameters
----------
fps : int, default: 5
    Movie frame rate (per second).
codec : str or None, default: :rc:`animation.codec`
    The codec to use.
bitrate : int, default: :rc:`animation.bitrate`
    The bitrate of the movie, in kilobits per second.  Higher values
    means higher quality movies, but increase the file size.  A value
    of -1 lets the underlying movie encoder select the bitrate.
extra_args : list of str or None, optional
    Extra command-line arguments passed to the underlying movie encoder. These
    arguments are passed last to the encoder, just before the filename. The
    default, None, means to use :rc:`animation.[name-of-encoder]_args` for the
    builtin writers.
metadata : dict[str, str], default: {}
    A dictionary of keys and values for metadata to include in the
    output file. Some keys that may be of use include:
    title, artist, genre, subject, copyright, srcform, comment.


Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé