2 रिपॉजिटरी
Techniques for bootstrapping training using supervised or unsupervised checkpoints to accelerate convergence.
Distinct from Pre-trained Models: Focuses on the act of initialization using checkpoints rather than the storage of checkpoints or the pre-training process
Explore 2 awesome GitHub repositories matching part of an awesome list · Pre-trained Model Initialization. Refine with filters or upvote what's useful.
This project is a comprehensive library for transfer learning and domain adaptation in computer vision. It serves as a framework for aligning feature distributions between source and target datasets, a toolkit for domain generalization, and a library for semi-supervised learning using small labeled datasets and large unlabeled sets. The library provides specialized capabilities for unsupervised domain adaptation, including the use of adversarial networks, discrepancy-based architectures, and image-to-image translation to reduce distribution mismatch. It also includes tools for domain generali
Integrates supervised or unsupervised checkpoints to reduce the amount of labeled data needed for convergence.
Stable-audio-tools is a toolkit for training and deploying latent diffusion models for high-fidelity audio synthesis. It provides a framework for generating audio by iteratively refining noise within a compressed latent space, using specialized encoders to preserve temporal and spectral features of the audio signal. The project features a system for adapting pre-trained audio checkpoints to new datasets through modular initialization and configuration files. It includes utilities for weight extraction and inference model export, which remove training metadata and optimizer states to create li
Provides flexible entry points for loading pre-trained checkpoints to initialize training on new audio datasets.