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

Move Decorators written for tutorial to ART #178

Closed
SebChw opened this issue Nov 22, 2023 · 0 comments
Closed

Move Decorators written for tutorial to ART #178

SebChw opened this issue Nov 22, 2023 · 0 comments
Assignees
Labels

Comments

@SebChw
Copy link
Owner

SebChw commented Nov 22, 2023

in the first tutorial we introduce few decorators. Why don't add them to the ART directly and let user use them straightaway. In V0.4 we can write even more of them.

  1. LogginDecorator - this will just log some basic statistics of tensors inputted to the network
  2. EvaluationSaver - this will show logits changes with time
  3. Batch Saver - this will just save images before they are inputted to the network

It's just about moving them from tutorial to art not implementing them

@SebChw SebChw added the v0.3 label Nov 22, 2023
@SebChw SebChw self-assigned this Nov 22, 2023
@SebChw SebChw changed the title Write some ready to use decorators Move Decorators written for tutorial to ART Nov 22, 2023
@kordc kordc closed this as completed Nov 28, 2023
SebChw added a commit that referenced this issue Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants