Skip to content

Unpickle GPU-trained Autoencoder on CPU-only device #1

@MoritzM00

Description

@MoritzM00

The following currently does not work:

  • train an autoencoder on a gpu
  • store the model in pickel format (as is done here)
  • load the model on non-gpu machine

According to this issue it should be fixed in skorch. There might be an issue with the current implementation on my side that causes a weird bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions