awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to beckschen/transmix

Open-source alternatives to TransMix

30 open-source projects similar to beckschen/transmix, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best TransMix alternative.

  • ahmedmalaa/fourier-flowsA

    ahmedmalaa/Fourier-flows

    0View on GitHub↗

    Code for Generative Time-series Modeling with Fourier Flows.

    View on GitHub↗0
  • alinlab/selfpatchA

    alinlab/SelfPatch

    0View on GitHub↗
    View on GitHub↗0
  • alpha-vl/convmaeA

    Alpha-VL/ConvMAE

    0View on GitHub↗
    View on GitHub↗0
  • aimagelab/mapetA

    aimagelab/MaPeT

    0View on GitHub↗
    View on GitHub↗0
  • anhduy0911/coinceptionanhduy0911 avatar

    anhduy0911/CoInception

    8View on GitHub↗

    The requirements.txt file are attached for list of packages required. Python 3.9.16 torch==2.0.0 scikitlearn==0.24.2 pywavelets==1.4.1 pandas scipy statsmodels matplotlib Bottleneck

    Python
    View on GitHub↗8
  • apple/ml-aimapple avatar

    apple/ml-aim

    1,426View on GitHub↗

    This repository provides the code and model checkpoints for AIMv1 and AIMv2 research projects.

    Python
    View on GitHub↗1,426
  • arshadshk/position-prediction-pretrainingA

    arshadshk/Position-Prediction-Pretraining

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • boschresearch/continuous-recurrent-unitsboschresearch avatar

    boschresearch/continuous-recurrent-units

    68View on GitHub↗
    View on GitHub↗68
  • boschresearch/expclrB

    boschresearch/expclr

    0View on GitHub↗

    Paper published at ICML22. Link to our paper: https://icml.cc/virtual/2022/spotlight/18038

    View on GitHub↗0
  • angus924/minirocketangus924 avatar

    angus924/minirocket

    337View on GitHub↗

    ROCKET · MINIROCKET · HYDRA

    Python
    View on GitHub↗337
  • bytedance/ibotB

    bytedance/ibot

    0View on GitHub↗
    View on GitHub↗0
  • changlin31/autoprogC

    changlin31/AutoProg

    0View on GitHub↗
    View on GitHub↗0
  • chenmnz/smmixC

    ChenMnZ/SMMix

    0View on GitHub↗
    View on GitHub↗0
  • chongjiange/careC

    ChongjianGE/CARE

    0View on GitHub↗
    View on GitHub↗0
  • cmu-enyac/supmaeC

    cmu-enyac/supmae

    0View on GitHub↗
    View on GitHub↗0
  • cvmi-lab/paconvCVMI-Lab avatar

    CVMI-Lab/PAConv

    305View on GitHub↗

    by Mutian Xu, Runyu Ding, Hengshuang Zhao, and Xiaojuan Qi.

    Python
    View on GitHub↗305
  • descriptinc/lyrebird-wav2clipdescriptinc avatar

    descriptinc/lyrebird-wav2clip

    359View on GitHub↗

    :construction: WIP :construction:

    Python
    View on GitHub↗359
  • donalee/dtw-pooldonalee avatar

    donalee/DTW-Pool

    37View on GitHub↗

    This is the author code of "Learnable Dynamic Temporal Pooling for Time Series Classification" (AAAI 2021). - We employ (and customize) the fast CUDA implementation of soft-dtw (based on pytorch), publicly available at https://github.com/Maghoumi/pytorch-softdtw-cuda. - For more details of…

    TypeScript
    View on GitHub↗37
  • durstewitzlab/mmplrnndurstewitzlab avatar

    durstewitzlab/mmplrnn

    6View on GitHub↗
    Python
    View on GitHub↗6
  • euphoria16/tl-alignE

    Euphoria16/TL-Align

    0View on GitHub↗
    View on GitHub↗0
  • bradmcdanel/pssB

    BradMcDanel/pss

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/citF

    facebookresearch/CiT

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/depthcontrastfacebookresearch avatar

    facebookresearch/DepthContrast

    274View on GitHub↗

    This code provides a PyTorch implementation and pretrained models for DepthContrast, as described in the paper Self-Supervised Pretraining of 3D Features on any Point-Cloud.

    Python
    View on GitHub↗274
  • facebookresearch/dihtF

    facebookresearch/diht

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/dinofacebookresearch avatar

    facebookresearch/dino

    7,592View on GitHub↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Python
    View on GitHub↗7,592
  • facebookresearch/fairseqfacebookresearch avatar

    facebookresearch/fairseq

    32,228View on GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    View on GitHub↗32,228
  • facebookresearch/maefacebookresearch avatar

    facebookresearch/mae

    8,340View on GitHub↗

    This is a PyTorch library and framework for self-supervised vision learning. It provides an implementation of masked autoencoders and vision transformers designed to learn image representations by reconstructing masked image patches from unlabeled data. The project features a distributed training pipeline that scales workloads across multiple GPU nodes. This infrastructure includes multi-node orchestration and gradient accumulation to manage large batch sizes and coordinate resource requests across clusters. The toolkit covers a complete workflow from self-supervised masked pre-training to d

    Python
    View on GitHub↗8,340
  • facebookresearch/mawsF

    facebookresearch/maws

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/slipfacebookresearch avatar

    facebookresearch/SLIP

    792View on GitHub↗

    Code release for SLIP Self-supervision meets Language-Image Pre-training

    Python
    View on GitHub↗792
  • fistyee/mixproF

    fistyee/MixPro

    0View on GitHub↗
    View on GitHub↗0