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

Update docs after accelerate fix was released #995

Merged
merged 1 commit into from
Jul 19, 2023

Commits on Jul 14, 2023

  1. Update docs after accelerate fix was released

    There was an issue with using grid search and other sklearn methods that
    involve cloning in conjunction with accelerate in a multi-gpu setting.
    This was due to sklearn creating copies of the Accelerator object. The
    skorch docs proposed a fix, but this fix is now released in accelerate
    itself. Therefore, the proposal can be safely removed.
    
    Another minor change was to adjust the criterion in an example script.
    This is not essential for the script to work, but prevents nan losses.
    BenjaminBossan committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bbd2a4c View commit details
    Browse the repository at this point in the history