lukmanulhakeem97

Results 4 issues of lukmanulhakeem97

## Code #importing required libreries from sagemaker import get_execution_role from sagemaker import Session role = get_execution_role() sess = Session() region = sess.boto_region_name bucket = sess.default_bucket() from sagemaker import get_execution_role from...

While training KAN using entire samples say 10000, end up in memory overflow issue. Instead of giving entire data at once on "dataset" dict, can we train KAN on small...

Regardless of computaion, do KAN at present able perform continual learning on 2D input data (or its flattened 1d vector features)? if not what is the main challenge KAN have...

Similar like what authors shown in official git repo, can use this efficient-kan model for continual learning settings. . For using efficient-kan for CL settings, I haven't found some attributes...

enhancement