Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

NNI pruning compression acceleration #4635

Open
@BAI-721

Description

@BAI-721

Describe the issue:
/usr/local/lib/python3.7/dist-packages/nni/compression/pytorch/speedup/compressor.py in replace_submodule(self, unique_name, reindex_dim, reindex)
441 if not m_type in replace_module:
442 raise RuntimeError(
--> 443 "Has not supported replacing the module: {}".format(m_type))
444 _logger.info("replace module (name: %s, op_type: %s)",
445 g_node.name, m_type)

RuntimeError: Has not supported replacing the module: rSoftMax

Environment: Pytorch

  • NNI version:2.6.1
  • Training service (local|remote|pai|aml|etc):
  • Client OS:
  • Server OS (for remote mode only):
  • Python version:
  • PyTorch/TensorFlow version:
  • Is conda/virtualenv/venv used?:
  • Is running in Docker?:

Configuration:

  • Experiment config (remember to remove secrets!):
  • Search space:

Log message:

  • nnimanager.log:
  • dispatcher.log:
  • nnictl stdout and stderr:

How to reproduce it?:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions