Accelerated deep learning.
Project description
Gradient Mechanics
Benchmarks
HuggingFace Image Dataset
uv run python src/tests/benchmark_huggingface_images.py
Video Dataset
uv run python src/tests/benchmark_video_dataset.py data/humming_bird_1s.mp4
Transcoding
Keyframes Only
ffmpeg -i data/humming_bird_1s.mp4 -c:v libx264 -x264-params keyint=1:scenecut=0 -crf 18 data/humming_bird_1s_keyframes_only.mp4
Inspect Encoding
ffprobe -loglevel error -select_streams v:0 -show_entries frame=pict_type -of default=noprint_wrappers=1 data/humming_bird_1s_keyframes_only.mp4
Terminology:
- I-frame is a key frame. Decoding a keyframe is not dependent on other frames.
- P-frame is a predicted frame. It is dependent on an preceding frame.
- B-frame is a bi-directional predicted frame. It depends on a preceding and a succeeding frame.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gradient_mechanics-0.0.3-py3-none-any.whl.
File metadata
- Download URL: gradient_mechanics-0.0.3-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2af4295ff643397f765e6fe2da006df543b973af283a94c6852245d09bea3805
|
|
| MD5 |
f27a55d92694fee976205f6e75ed7b24
|
|
| BLAKE2b-256 |
470fb45c89186c1e871ca96bc880c88881b399371c338a7a1b0dbb9f8e8e3abb
|