strickland

Results 14 comments of strickland

@jxt1234 大佬,我们这边仍然有switch_case的需求,如果可以的话可以在后续版本加上。感谢! 就以前面提到的测试代码为例: tensorflow 版本: 1.1.5 ``` python import tensorflow as tf condition = tf.placeholder(dtype=tf.int32, name="input") def multiply(): return tf.multiply(condition, 100 def add(): return tf.add(condition, 10) res = tf.switch_case(condition, branch_fns={...

There is not difference between using user token or robot token to establish websocket connection with discord server. If you want to collect ephemeral messages, here is the snippet (It's...

> @zhuzhenxxx I looked at the error you were seeing -33 you can find it in dcgm_structs.h > > > DCGM_ST_MODULE_NOT_LOADED = -33, //!< This request is serviced by a...

After searching answer in source code. In header file `dynolog/src/gpumon/dcgm_structs.h`, the -6 indicates that some features are not available but I can run [dcgm-exporter](https://github.com/NVIDIA/dcgm-exporter) directly. I don't know why.