All Projects → HuaizhengZhang → scene-recognition-pytorch1.x

HuaizhengZhang / scene-recognition-pytorch1.x

Licence: MIT license
Evaluate wandb, tensorboard, neptune, mlflow, etc

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to scene-recognition-pytorch1.x

lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+5048.65%)
Mutual labels:  neptune, mlops, mlflow, wandb
k3ai
A lightweight tool to get an AI Infrastructure Stack up in minutes not days. K3ai will take care of setup K8s for You, deploy the AI tool of your choice and even run your code on it.
Stars: ✭ 105 (+183.78%)
Mutual labels:  mlops, mlflow
domino-research
Projects developed by Domino's R&D team
Stars: ✭ 74 (+100%)
Mutual labels:  mlops, mlflow
cartpole-rl-remote
CartPole game by Reinforcement Learning, a journey from training to inference
Stars: ✭ 24 (-35.14%)
Mutual labels:  mlops, mlflow
mlops-platforms
Compare MLOps Platforms. Breakdowns of SageMaker, VertexAI, AzureML, Dataiku, Databricks, h2o, kubeflow, mlflow...
Stars: ✭ 293 (+691.89%)
Mutual labels:  mlops, mlflow
fuseml
FuseML aims to provide an MLOps framework as the medium dynamically integrating together the AI/ML tools of your choice. It's an extensible tool built through collaboration, where Data Engineers and DevOps Engineers can come together and contribute with reusable integration code.
Stars: ✭ 73 (+97.3%)
Mutual labels:  mlops, mlflow
crane
Crane is a easy-to-use and beautiful desktop application helps you build manage your container images.
Stars: ✭ 223 (+502.7%)
Mutual labels:  mlops, mlflow
MLOps
MLOps template with examples for Data pipelines, ML workflow management, API development and Monitoring.
Stars: ✭ 28 (-24.32%)
Mutual labels:  mlops, mlflow
WLNet-ModelZoo
No description or website provided.
Stars: ✭ 17 (-54.05%)
Mutual labels:  model-zoo
metaflowbot
Slack bot for monitoring your Metaflow flows!
Stars: ✭ 22 (-40.54%)
Mutual labels:  mlops
EduCDM
The Model Zoo of Cognitive Diagnosis Models, including classic Item Response Ranking (IRT), Multidimensional Item Response Ranking (MIRT), Deterministic Input, Noisy "And" model(DINA), and advanced Fuzzy Cognitive Diagnosis Framework (FuzzyCDF), Neural Cognitive Diagnosis Model (NCDM) and Item Response Ranking framework (IRR).
Stars: ✭ 48 (+29.73%)
Mutual labels:  model-zoo
Kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
Stars: ✭ 2,794 (+7451.35%)
Mutual labels:  model-zoo
bodywork-ml-pipeline-project
Deployment template for a continuous training pipeline.
Stars: ✭ 22 (-40.54%)
Mutual labels:  mlops
SR Framework
A generic framework which implements some famouts super-resolution models
Stars: ✭ 54 (+45.95%)
Mutual labels:  model-zoo
aml-registermodel
GitHub Action that allows you to register models to your Azure Machine Learning Workspace.
Stars: ✭ 14 (-62.16%)
Mutual labels:  mlops
Paddle-Image-Models
A PaddlePaddle version image model zoo.
Stars: ✭ 131 (+254.05%)
Mutual labels:  model-zoo
popmon
Monitor the stability of a Pandas or Spark dataframe ⚙︎
Stars: ✭ 434 (+1072.97%)
Mutual labels:  mlops
sqerzo
Tiny ORM for graph databases: Neo4j, RedisGraph, AWS Neptune or Gremlin
Stars: ✭ 28 (-24.32%)
Mutual labels:  neptune
event extract master
支持百度竞赛数据的中文事件抽取,支持ace2005数据的英文事件抽取,本人将苏神的三元组抽取算法中的DGCNN改成了事件抽取任务,并将karas改成了本人习惯使用的pytorch,在数据加载处考虑了各种语言的扩展
Stars: ✭ 43 (+16.22%)
Mutual labels:  mlflow
mlops.toys
🎲 A curated list of MLOps projects, tools and resources
Stars: ✭ 169 (+356.76%)
Mutual labels:  mlops

Benchmark ML Experiment Tracking Tools

GitHub GitHub code size in bytes GitHub commit activity

This repo is a benchmark for ML experiment tracking tools. We build some ML projects from scratch and upgrade them with different experiment tracking tools. The goal is to provide a detailed comparison of different experiment tracking tools, so users can choose the best one for their projects.

  • Training and Inference are supported.

  • Experiment management with

    • hydra
    • tensorboard
    • neptune.ai
    • wandb
    • mlflow
  • Various Frameworks and Models

    • PyTorch Vision for Scene Classification
    • TIMM for Image Classification
    • HuggingFace for NLP
  • Model Zoo with pretrained models

🚀 Installation

# Download the code
git clone [email protected]:MLSysOps/ml_exp_tracking_benchmark.git
cd ml_exp_tracking_benchmark

# Create a conda environment
conda create -n ml_track_benchmark python=3.8
conda activate ml_track_benchmark

# Install dependencies
pip install - r requirements.txt

🏃‍♀️ Quick Start

Please download the data from [Place2 Data]

# 1. Download and unzip the data
sh download_data_pytorch.sh

# 2. Train a model
export PYTHONPATH=$PYTHONPATH:$(pwd)
python benchmark/main_tensorboard.py

🔨 Results

🔥 Neptune.ai

image

😀 Model Zoo (Pretrained Models)

Please refer [Model Zoo]

🎉 Acknowledge

The dataset and basic code comes from [MIT Place365]

Thanks for the great work!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].