You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by llunncai via TVM Discuss <no...@discuss.tvm.ai> on 2020/05/21 08:10:26 UTC

[TVM Discuss] [Questions] Parameters: { silent } might not be used


I used autotvm to tune my model by XGBTuner. During tunning, I can see this WARNING:

    [Task  1/29]  Current/Best:  885.44/ 885.44 GFLOPS | Progress: (48/2000) | 42.43 s[03:52:07] WARNING: /workspace/src/learner.cc:480: 
    Parameters: { silent } might not be used.

      This may not be accurate due to some parameters are only used in language bindings but
      passed down to XGBoost core.  Or some parameters are not used but slip through this
      verification. Please open an issue if you find above cases.

What does it mean? Will it harm the inference performance ?





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/b417493dc2023fe8a061626f52fd4b314f6893528900dd57ebea8968a9c72dba).

[TVM Discuss] [Questions] Parameters: { silent } might not be used

Posted by Heliqi via TVM Discuss <no...@discuss.tvm.ai>.

it’s working. I don't change key form ''silent' to 'verbosity'. :joy:





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/7) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/2dba89268e8f72e4c4719641a242ac225346683820593557c79d980087595be2).

[TVM Discuss] [Questions] Parameters: { silent } might not be used

Posted by Liangfu Chen via TVM Discuss <no...@discuss.tvm.ai>.

You might need to check the path of imported tvm

    import tvm
    print(tvm.__file__)

Changing verbosity=0 worked for me.





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/6) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/e75a94fe5d272f27720b05466613ae13eee25d96113028c1fc246fe67ff91310).

[TVM Discuss] [Questions] Parameters: { silent } might not be used

Posted by Heliqi via TVM Discuss <no...@discuss.tvm.ai>.

I change to verbosity=0 ,but  but there is the warning
```
Parameters: { silent } might not be used.

  This may not be accurate due to some parameters are only used in language bindings but
  passed down to XGBoost core.  Or some parameters are not used but slip through this
  verification. Please open an issue if you find above cases.
```

tvm0.7 dev  
windows
xgboost version :1.1.0





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/5) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/86205027c69810709e6ac2acb5f197d1230f8f2d1c823f9f393b491c0364ce5a).

[TVM Discuss] [Questions] Parameters: { silent } might not be used

Posted by tqchen via TVM Discuss <no...@discuss.tvm.ai>.

https://github.com/apache/incubator-tvm/pull/5649





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/4) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/52cfec8273e3ca9f4ef8a0cdfe79d0d105cd182e8be3055da434b73b4890ae64).

[TVM Discuss] [Questions] Parameters: { silent } might not be used

Posted by tqchen via TVM Discuss <no...@discuss.tvm.ai>.

It is due to an update from the xgboost side that deprecates the silent parameter, we should change to verbosity=0





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/3) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/bc5ac8d4e7cf8c7b7c651763052f451c4c74d8db11519bff05efb1c0458a7e15).

[TVM Discuss] [Questions] Parameters: { silent } might not be used

Posted by Liangfu Chen via TVM Discuss <no...@discuss.tvm.ai>.

I'm facing similar issue.





---
[Visit Topic](https://discuss.tvm.ai/t/parameters-silent-might-not-be-used/6753/2) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/9d51f13c5f2f889125decf2546ae9e836208deb8049b4def7e9d64cec8285bbe).