Skip to content

Mobile deployment #102

Discussion options

You must be logged in to vote

Hi @banciuadrian ,

Is your question about how we split nn.Module instances of the models in the WACV '22 paper into head and tail models?

For deployment, this repo does not offer such a script at this moment. In the WACV '22 paper, we manually split models into 2 pipelines (i.e., 2 nn.Module instances): 1) model input -> encoder output for mobile device and 2) tail model input (encoder output) -> tail model output for edge server.

Let me know if you need further clarifications.

By the way, I happened to find one of your repos using both sc2bench and torchdistill
https://github.com/banciuadrian/torchdistill_dense_gcn
Like torchdistill, I'd suggest remove sc2bench/ folder in the repo and ju…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@yoshitomo-matsubara
Comment options

@aliasboink
Comment options

@yoshitomo-matsubara
Comment options

Answer selected by aliasboink
Comment options

You must be logged in to vote
1 reply
@yoshitomo-matsubara
Comment options

# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants