Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature registries for models #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 13, 2022

  1. Feature registries for models

    This is a first attempt at using FeatureRegistries.jl to allow the user to view the models available in Metalhead.jl. This is still a work in progress though - most notably, the time taken for `using Metalhead` rises significantly because of the extra code being executed.
    theabhirath committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a755c0e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Use docstring instead of number of parameters

    Also correct some docstrings to add warnings for no pretrained models being present yet
    theabhirath committed May 14, 2022
    Configuration menu
    Copy the full SHA
    6b2a004 View commit details
    Browse the repository at this point in the history