Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

View Torch model weights and activations #139

Description

@lukeyeager

When testing a Caffe model, I use the python bindings which loads the caffemodel in the same memory space as the webserver. Thus, it's trivial to return the weights and activations of the model as images on a webpage (code here).

For Torch, the testing is performed in a separate process. In order to view the weights and activations, we'll either have to:

  1. Store them as temporary image files on disk (boo!)
  2. Or return the data to the server through a pipe or socket

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions