kk

Results 41 comments of kk

In the original paper, the link from vstack to hstack is before gate. This code is different.

1.make all input pixels to 0 or 1 2. The generation procedure begins with a all zero tensor as input. At each iteration, the network predicts one pixel out and...

> #554 > > > FLIF development has stopped since FLIF is superceded by FUIF and then again by JPEG XL (https://jpeg.org/jpegxl/index.html), which is based on a combination of Pik...

Anyone have pretrained model on SVHN, CIFAR10 and Imagenet?

> If you download the pretrained CIFAR10 model it contains several log files 'train.txt', 'test.txt' and 'print.txt'. In 'train.txt' it prints 'train_time' during training, at the last epoch it says...

> Hi, quick issue with mpiexec. Without it the program runs fine with 1 gpu (am running Horovod within a Docker container), but mpiexec hangs whenever it's invoked. > >...

Yes, I use `-march=native` in configure. The compiled tensorflow is good, but tensorboard is not.

> Hi @yuffon I think we just subtract the training means and stds in all testing, this is standard in machine learning. Yes, this is common in ML. What if...

In TensorFlow's official tutorial Resnet repository, they use per image standardization. [https://github.com/tensorflow/models/tree/master/official/resnet](https://github.com/tensorflow/models/tree/master/official/resnet)

> I don't think one should preprocess the images by its own mean and stds, that causes different input to be changed by different amounts. > > CIFAR is not...