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

Unsupported operators #143

Open
qsimeon opened this issue Dec 18, 2023 · 0 comments
Open

Unsupported operators #143

qsimeon opened this issue Dec 18, 2023 · 0 comments

Comments

@qsimeon
Copy link

qsimeon commented Dec 18, 2023

I was running FlopCountAnalysis on a continuous-time RNN model I created. For this and almost all custom modules I make, I get some Unsupported operators that seems like basic operators (like add and mul) that SHOULD be counted for a correct FLOP count analysis.

[2023-12-18 14:17:25,808][models._main][INFO] - Initialized a new model: NetworkCTRNN.
[2023-12-18 14:17:25,808][models._main][INFO] - Hidden size: 54
[2023-12-18 14:17:27,927][train._main][INFO] - Starting training loop...
[2023-12-18 14:17:29,696][fvcore.nn.jit_analysis][WARNING] - Unsupported operator aten::expand_as encountered 1 time(s)
[2023-12-18 14:17:29,700][fvcore.nn.jit_analysis][WARNING] - Unsupported operator aten::mul encountered 201 time(s)
[2023-12-18 14:17:29,700][fvcore.nn.jit_analysis][WARNING] - Unsupported operator aten::add encountered 200 time(s)
[2023-12-18 14:17:29,700][fvcore.nn.jit_analysis][WARNING] - Unsupported operator aten::sigmoid encountered 200 time(s)
[2023-12-18 14:17:29,700][fvcore.nn.jit_analysis][WARNING] - Unsupported operator aten::rsub encountered 100 time(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant