Skip to content

Commit

Permalink
Update python.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 22, 2024
1 parent c4c0032 commit a446f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -6712,6 +6712,8 @@ python.Execution = class {
this.registerType('fastai.callback.progress.ProgressCallback', class {});
this.registerType('fastai.callback.progress.ShowGraphCallback', class {});
this.registerType('fastai.callback.tracker.EarlyStoppingCallback', class {});
this.registerType('fastai.callback.tracker.TrackerCallback', class {});
this.registerType('fastai.callback.tracker.SaveModelCallback', class extends fastai.callback.tracker.TrackerCallback {});
this.registerType('fastai.data.core.DataLoaders', class extends fastcore.basics.GetAttr {});
this.registerType('fastai.data.core.Datasets', class {});
this.registerType('fastai.data.load.DataLoader', class extends fastcore.basics.GetAttr {});
Expand Down

0 comments on commit a446f8a

Please sign in to comment.