Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.65 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.65 KB

LuxTestUtils.jl

Join the chat at https://julialang.zulipchat.com #machine-learning Latest Docs Stable Docs

CI Build status

ColPrac: Contributor's Guide on Collaborative Practices for Community Packages SciML Code Style

Warning

Package has been moved to a subdirectory in Lux https://github.com/LuxDL/Lux.jl/tree/main/lib/

Utilities for testing Lux.jl.

Installation

] add LuxTestUtils

Warning

This is a testing package. Hence, we don't use features like weak dependencies to reduce load times. It is recommended that you exclusively use this package for testing and not add a dependency to it in your main package Project.toml.