Evgenii Zheltonozhskii

Results 51 issues of Evgenii Zheltonozhskii

[XLA](https://www.tensorflow.org/versions/master/experimental/xla/) can significantly increase computation speed. I tried to measure speed up, but unfortunately didn't manage to get significant results: ``` $ python3 benchmark_vgg.py --batch_size 4000 WARNING:tensorflow:From benchmark_vgg.py:184: initialize_all_variables (from...

This pull request adds functionality of fetching meata-data and pdfs from [kaggle arxiv dataset](https://www.kaggle.com/Cornell-University/arxiv) without overloading arxiv API and allowing faster bootstrap. `gsutil ls gs://arxiv-dataset/arxiv/arxiv/pdf` can be used to download...

I've registered a week or so ago, added some papers to library, but the recommended papers tab is empty

As discussed in https://github.com/tensorflow/tensorflow/issues/9260 this issue probably belongs here: Both `tf.multinomial()` and `tf.contrib.distributions.Categorical.sample()` allow to sample from a multinomial distribution. However, they only allow sampling with replacement. In constrast, Numpy's...

### Summary Following discussion, I'm splitting https://github.com/Qiskit/qiskit-terra/pull/8187 by module. ### Details and comments There are some ignores added: part to assignment to non-existing attribute, and part to decorated properties. Both...

Community PR

Ross Wightman [reports](https://github.com/rwightman/pytorch-image-models/blob/master/results/model_benchmark_amp_nchw_rtx3090.csv) 2400-2600 for different variations of ResNet-50 (with approx. 100ms per batch and thus bs 256). I'm surprised to see almost threefold difference here.

BIG-Bench ([paper](https://arxiv.org/abs/2206.04615), [code](https://github.com/google/BIG-bench)) is a large and diverse collaborative benchmark testing multiple capabilities of LLMs. I think it would be very beneficial to community to see the evaluation of GLM...