Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

RuntimeError: _Map_base::at #148

Open
lolongcovas opened this issue Jan 5, 2020 · 0 comments
Open

RuntimeError: _Map_base::at #148

lolongcovas opened this issue Jan 5, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lolongcovas
Copy link

lolongcovas commented Jan 5, 2020

python3 test/benchmarks.py

output:

Warming JIT up with 10 runs
Running JIT 100 times
Done benchmarking JIT
Tracing model with TVM
Warming TVM up with 10 iters
Traceback (most recent call last):

  File "test/benchmarks.py", line 82, in <module>
    run_benchmark(csv_file)

  File "test/benchmarks.py", line 75, in run_benchmark
    benchmark(model, csv_file)

  File "test/benchmarks.py", line 44, in benchmark
    _ = trace_tvm(*inputs)

  File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 539, in __call__
    result = self.forward(*input, **kwargs)

RuntimeError: _Map_base::at
The above operation failed in interpreter.
Traceback (most recent call last):

packages:

torch: 1.4.0a0+6f62c31
llvm-config --version: 6.0.0
@bwasti bwasti self-assigned this Jan 7, 2020
@bwasti bwasti added the bug Something isn't working label Jan 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants