@hht

I got the the tutorial working; however, it failed after the tune.
Have you see this error?

Thank you,

```
$ python3 ./tune_relay_vta_one_board.py 
Extract tasks...
Extracted 10 conv2d tasks:
(1, 14, 14, 256, 512, 1, 1, 0, 0, 2, 2)
(1, 28, 28, 128, 256, 1, 1, 0, 0, 2, 2)
(1, 56, 56, 64, 128, 1, 1, 0, 0, 2, 2)
(1, 56, 56, 64, 64, 3, 3, 1, 1, 1, 1)
(1, 28, 28, 128, 128, 3, 3, 1, 1, 1, 1)
(1, 56, 56, 64, 128, 3, 3, 1, 1, 2, 2)
(1, 14, 14, 256, 256, 3, 3, 1, 1, 1, 1)
(1, 28, 28, 128, 256, 3, 3, 1, 1, 2, 2)
(1, 7, 7, 512, 512, 3, 3, 1, 1, 1, 1)
(1, 14, 14, 256, 512, 3, 3, 1, 1, 2, 2)
Tuning...
[Task 10/10]  Current/Best:    4.91/  22.07 GFLOPS | Progress: (100/100) | 
83.85 sCompile...

Upload...
Traceback (most recent call last):
  File "./tune_relay_vta_one_board.py", line 457, in <module>
    tune_and_evaluate(tuning_option)
  File "./tune_relay_vta_one_board.py", line 432, in tune_and_evaluate
    temp = utils.tempdir()
AttributeError: 'GraphRuntimeFactoryModule' object has no attribute 'save'

``` 
So it failed at ` lib.save(temp.relpath("graphlib.o"))`.





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/vta-workaround-for-autotuning-with-one-pynq-z1-board/8091/6)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/3a3d488ec5e56ef60f9766602fb2dab81a88602cdc3179dbc022c2966d5d9c23).

Reply via email to