-
I have exported serving model, as back end of restful server.
I have tested performance of Transformer and GNMT, with transoformer_big and beam_size 10.
Tensor2Tensor version is 1.4.4. Source tokens…
-
**Describe the bug**
The current testing suite is horrendously long and creates a poor developer experience with the test suite taking ~1h to complete.
-
Now that LCZero is training and gaining elo quite rapidly, I'd like to promote it in several forums but I was thinking we need something catchy to attract users so they can not only help, but also fol…
-
Hey all,
I currently have my image processing pipeline for cell detection in python and I've been looking for ways to integrate your UNET implementation into it. More specifically, I have a [datajo…
-
The resolver error for `echo "colabfold[alphafold]==1.5.5" | cargo run pip compile -p 3.11 --universal -` is verbose and has multiple problems. I'm filing this as one ticket rather than multiple since…
-
I'm trying to use a new rig with H100 GPUs with OpenMM 8.1.2 and CUDA 12.2, linked into a topology as below:
![image](https://github.com/user-attachments/assets/ad03235a-14c7-48f4-8a56-f3bb561c4028)
…
-
Hi, our team works on DL frameworks performance optimization on CPU.
PyTorch CPU performance can be significantly improved with [MKL-DNN](https://github.com/01org/mkl-dnn), an open source deep neural…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
## Issue
As mentioned in issue https://github.com/…
-
There are several cases where one might want to subsample the data/observations used in a model between each MCMC iteration, e.g. stochastic HMC https://github.com/TuringLang/Turing.jl/pull/1502, stoc…
-
Batch size is 2048. Getting the training data from the q I see
x_train, y_train = train_q.get()
print('X.. ' + str(x_train.shape) + ' Y.. ' + str(y_train.shape))
X.. (2048, 2980) Y.…