MQ

Results 7 comments of MQ

[43, 87, 4.153676, 0.0, 11, [['input', 0, 0], ['concat', 0, 0], ['pool_ave', 0, 0], ['sum', 2, 1], ['ConvBlock64_5', 3, 3], ['concat', 0, 4], ['ConvBlock64_3', 5, 5], ['ConvBlock64_3', 6, 5], ['pool_max',...

chainer-4.4.0, I just sent you an email. You can reply me here.

> OK -- tail of `cifar10_micro_search.sh` looks like: > > ``` > Eval at 42018 > valid_accuracy: 0.6820 > Eval at 42018 > test_accuracy: 0.6636 > epoch=149 ch_step=42050 loss=0.910298 lr=0.0005...

> Hey @mallorbc - were you able to learn more about the above problem? > > Whenever I used `dtype=torch.int8`, it either crashed, or - if it didn't - the...

> Hey @crazycth - I encountered the same problem. Did you get any new insights into why it doesn't work? Hey @trianxy Have you fixed this problem yet?

> Just wanted to +1 this issue: At DeepSpeed `0.9.0`, using `torch.int8` in > > `deepspeed.init_inference(model, dtype=torch.int8, replace_with_kernel_inject=True)` > > raises errors for various models. Below is some code to...

@yaozhewei the newest deepspeed>=0.9.0 can't run any model int INT8, many issue opened not solved yet. Can you tell us which version of deepspeed can run int8 model? I just...