-
Any plans to introduce mixed precision training as an analog to opt_level O2 in Nvidia/Apex? I'm training GPT-2 model right now. It's not training well with XLA_USE_BF16=1. I can get perplexity 120 wi…
-
## ❓ Questions and Help
Hi, when I am trying to move a gpu-based model to TPU, I encountered this problem.
`Exception in model function for device=xla:2: Unimplemented: From /job:tpu_worker/replic…
-
In the below definition what we would like to do is to go back to `.bufferUntil(record -> isGroupComplete(record))` until a certain condition is met ? And also is it possible to get the list of existi…
-
hi @hiyali
Isn't it more user friendly to add up/down chevron icon instead of directly clicking on the value? Or is there any way to add it? like the image below!
![image](https://user-images.githu…
-
```
created() {
......
console.log(monthList);
const currentIndex = monthList.length - 1;
me.$refs.smoothPicker.setGroupData(0, Object.assign({}, me.dateSlots[0], { currentIndex, …
-
我使用的是PaddlePaddle 1.4.1 版本训练得到的模型
在手机上执行预测,同样的测试数据,在电脑上有90%,但在手机只有45%左右,
这是什么原因,难道是PaddlePaddle版本太新的原因吗?
以下是模型:
[mobilenet_v2.zip](https://github.com/PaddlePaddle/paddle-mobile/files/3156299/mob…
-
#260 Has solved one alpha problem for me where I was setting alpha: true in gpu.js as mentioned in #173.
When using:
`this.color(0, 1, 0, this.thread.x / 1280); `
The expected output was full…
-
When performing a search for a query that has curly braces I get the exception thrown below.
I came across this which states that certain characters need to be escaped before searching http://stack…
-
```Type: Portable network graphics
Mode: RGB
Trying 0.0.0
Traceback (most recent call last):
File "stegoveritas.py", line 71, in
modules.image.run(fArray,args)
File "~/Documents/stego…
-
I need a way to provide a local repository for our users (because they cannot connect the online repositories).
-"Local package repository (file system)" does not allow to choose a network path so …