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

change the documentation #8

Open
stephandooper opened this issue Dec 14, 2023 · 0 comments
Open

change the documentation #8

stephandooper opened this issue Dec 14, 2023 · 0 comments

Comments

@stephandooper
Copy link
Collaborator

Chnage the documentation to reflect the following changes:

Best practices:

  • Use of mixed precision -> should be float-16-true, not mixed
  • Using metric collections if you want to try standard image classification models to track metrics, prevents unnecessary subclassing
  • copy to gpu -> implement a transfer_batch_to_device hook if you want the False option
  • Using normalize_on_gpu: advice to set to True
  • Using memory format channels last

Custom models:

  • Use of the streamingconstructor for making custom models, instead of current workflow where nothing is done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant