-
## ❓ Questions and Help
Hi,
I am trying to build a dynamics simulator software on the TPU. On the high level, it basically needs to do this (I have pre-trained the model separately elsewhere):
…
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): DialoGPT2-small from microsoft
Language I am using the model on (English, Chinese ...): Spanish Conversations
The problem arises…
-
## 🐛 Bug
We are running tests on Colab and GCP with TPU and they are failing which started a few days ago (not sure if it prure XLA issue or our bad usage) The two env yield in the very same error:…
Borda updated
4 years ago
-
## Description
When working with a custom `index.html` file, Gridsome adds a second `` even though the title hasn’t been specified in any component or the `main.js` file and is already present with…
-
According to https://ec.haxx.se/libcurl-connectionreuse.html:
> When you are using the multi API, the connection pool is instead kept associated with the multi handle. This allows you to cleanup an…
-
Rokkoインターフェースでは、localized_matrixを廃止し、Eigen::Matrixをそのまま使うことにした。
* 旧方針のメリット:localized_matrixには、distributed_matrixとの間でメンバ関数を共通化できていた。
(ただし、set_globalやget_localなどをlocalized_matrixにも用意するのは、不自然であった。)
…
-
## ❓ Questions and Help
@zcain117 from https://github.com/pytorch/xla/issues/2272#issuecomment-692289094 do I need to create an env var on my PC? or not possible at all and I need to run it on a GC…
-
## 🐛 Bug
Pytorch xla will throw an error every time you run a multiprocessing training script after cancelling a multiprocessing training script using `ctrl-c` until you restart the Cloud TPU.
…
-
I've trained a model with a single process. It worked fine. Now I want to train again but with MultipleProcess and I'm not sure where/how I should save my model's weights when I detect the best loss. …
-
The following GLSL fragment
~~~
#version 450
#extension GL_EXT_nonuniform_qualifier : require
layout(set=0,binding=4,rgba32f) uniform imageBuffer data[];
layout(location = 0) out vec4 F…