jltchiu
jltchiu
#### Expected Behavior I am clipping a video and then export the clip using write_videofile to write to a mp4 file. When the codec='libx264' and audio_codec='aac' The alignment between video...
I am using the Cross Validation to estimate the performance for my model, right now the way I am using it is `ClassificationMetrics vm = new Validator(ClassificationMetrics.class, configuration).validate(new KFoldSplitter(10).split(trainingDataframe), new...
Hi, I have two video files that I am trying to clip. The clipping commands is as follows ``` from moviepy.editor import * clip = VideoFileClip("iris1920.mp4").subclip("86","94") clip.write_videofile("testtest.mp4",fps=clip.fps, audio_bitrate="1000k", audio_codec='aac', bitrate="8000k",...
Hi, I am trying to use your published dataset on the huggingface. I am trying to use it as follows ``` import os, sys, json from datasets import load_dataset dataset...
Hi, I just followed recipes/zephyr-7b-beta/dpo/config_qlora.yaml and hope to replicate the experiments. I was training on A10G, with 1 gpu, and the only modification I did was reducing the train_batch_size from...