Emmanuel KOUPOH
Emmanuel KOUPOH
Hi, when we annotate dataset using keypoints we don't get also the bonding boxes of the keypoints while it is required to finetune some models. There is a way to...
Is there a cache memory to speed up the installation of packages during the APIs' test time ?
Will you or did you share pretrained weights to test you code ?
Morning, I used your notebook Speech Emotion Recognition (Wav2Vec 2.0) with another dataset and I got an error during the training... Could you help me please, the code and error...
Morning, Please could you tell me which annotation tools can I use to build a compatible dataset ? Thank you in advance.
### Current Behaviour raise error ```python /usr/local/lib/python3.10/dist-packages/ydata_profiling/model/pandas/describe_date_pandas.py:34: UserWarning: Discarding nonzero nanoseconds in conversion. "min": pd.Timestamp.to_pydatetime(series.min()), /usr/local/lib/python3.10/dist-packages/ydata_profiling/model/pandas/describe_date_pandas.py:35: UserWarning: Discarding nonzero nanoseconds in conversion. "max": pd.Timestamp.to_pydatetime(series.max()), --------------------------------------------------------------------------- ValueError Traceback (most recent call...
Hi, thank you for your sharing. I have an issue when I train on my own dataset. The model is not saved and the keypoint loss stay at 0. Could...