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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesMissing

Strategies for dealing with image files that fail to open during data loading.

Distinct from Image Handling: Focuses on the error-handling policy for missing image files specifically, rather than general image manipulation.

Explore 3 awesome GitHub repositories matching part of an awesome list · Missing. Refine with filters or upvote what's useful.

Awesome Missing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • autogluon/autogluonAvatar autogluon

    autogluon/autogluon

    9,997Vezi pe GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Defines policies to skip or zero-fill images when files fail to open during preprocessing.

    Pythonautogluonautomated-machine-learningautoml
    Vezi pe GitHub↗9,997
  • xuehaipan/nvitopAvatar XuehaiPan

    XuehaiPan/nvitop

    6,577Vezi pe GitHub↗

    Returns a special N/A sentinel for unavailable GPU metrics that acts as a string in text and NaN in arithmetic.

    Pythoncommand-line-toolconsolecuda
    Vezi pe GitHub↗6,577
  • rust-lang/rfcsAvatar rust-lang

    rust-lang/rfcs

    6,406Vezi pe GitHub↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Silently discards output when stdout is unavailable instead of panicking during println! calls.

    Markdownrfcrfc-processrust
    Vezi pe GitHub↗6,406
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Handling
  5. Missing

Explorează sub-etichetele

  • GPU Metric Sentinel ValuesSpecial sentinel values for unavailable GPU metrics that behave as strings in text and NaN in arithmetic. **Distinct from Missing:** Distinct from Missing: focuses on GPU-specific metric sentinels with dual behavior rather than general image file error handling.
  • Stdout Ignorance on PrintSuppresses the panic when stdout is unavailable during a println! call, silently discarding the output instead. **Distinct from Missing:** Distinct from Missing: specifically handles missing stdout during print operations, not missing image files.