Skip to content

Instantly share code, notes, and snippets.

@calpt
calpt / README-OpenCLIP-to-Transformers.md
Last active May 14, 2024 12:21
Convert multilingual LAION CLIP checkpoints from OpenCLIP to Hugging Face Transformers

OpenCLIP -> HF Transformers Conversion

Setup

pip install open_clip_torch transformers

Convert

@calpt
calpt / moodle.py
Last active September 8, 2021 13:40
TU Moodle scraper
"""
A simple module providing scraping utilities for Moodle.
Use `python moodle.py -h` to show available command-line options.
Moodle web service API (official):
https://docs.moodle.org/dev/Web_service_API_functions
API method docu (not really official):
https://learn.cineca.it/pluginfile.php/1/theme_adaptable/adaptablemarketingimages/0/api.htm
"""
import argparse