Skip to content

MultKAN.reg() got an unexpected keyword argument 'entropy_offset' #489

Open
@Akaqox

Description

On Physics_2B_conservation_law_2D.ipynb tutorial notebook on the section:
reg_loss = model.reg(lamb_l1=1., entropy_offset=1e-4, lamb_coef=1.)

it says MultKAN.reg() got an unexpected keyword argument 'entropy_offset' and if I am remove this statement and retry as

it says
MultKAN.reg() missing 3 required positional arguments: 'reg_metric', 'lamb_entropy', and 'lamb_coefdiff'

I dont know how to handle these arguments and what is the best values for this tutorial problem.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions