HumanSignal / HumanSignal/label-studio-ml-backend

custom arguments in backend

Open
#154 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.1k
Forks
490
Avg merge
1d 14h
Merged PRs (30d)
3

Description

Hello,
I want to add a custom argument to the init function. But couldn't find instructions on how to pass the argument in the instantiation of the model.
Here is the code which has the basic init shown and custom argument.

`
class RNN_Model(LabelStudioMLBase):

def __init__(self, arg_1 = None,**kwargs):
`

Could someone point me to the instantiation of the model where I can pass custom arguments?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.