Skip to content

Instantly share code, notes, and snippets.

View anton-l's full-sized avatar

Anton Lozhkov anton-l

View GitHub Profile
@anton-l
anton-l / diffusers_training_example.ipynb
Last active November 24, 2023 02:27
ddim_butterflies.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anton-l
anton-l / animated-circular-progress-bar-easy-pie-chart-js-simple-jquery-plugin.markdown
Created December 17, 2021 11:29
Animated Circular Progress Bar - Easy Pie Chart.js Simple jQuery Plugin

Animated Circular Progress Bar - Easy Pie Chart.js Simple jQuery Plugin

Animated Circular Progress Bar - Easy Pie Chart.js Simple jQuery Plugin

A Pen by FrankieDoodie on CodePen.

License.

@anton-l
anton-l / eval.py
Last active March 29, 2021 14:49
Evaluation script for wav2vec
import gc
import torch
import torchaudio
import urllib.request
import tarfile
import pandas as pd
from tqdm.auto import tqdm
from datasets import load_metric
from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor