-
### bug描述 Describe the Bug
在将模型转换到静态图时,需要使用到paddle.jit.to_static() API
参考了 https://www.paddlepaddle.org.cn/inference/v2.6/guides/export_model/paddle_model_export.html#cankaodaima 中的代码:
```
impor…
-
I have two machines, one GPU per machines.
I tried distributed training as you said. but A stuck all the time , and B stuck after download MNIST dataset。
here is logs:
A
$ python -m torch.dist…
-
In file Util.py at line 129 (version 0.1.4):
file_size = int(response.headers.get('content-range').split('/')[1])
I get this error:
> AttributeError: 'NoneType' object has no attribute 's…
laygr updated
6 years ago
-
When I run the classical model Seq2seq in my machine with this [program,](https://github.com/keon/seq2seq) I found that the program consits of RNN structures with the same parameters is far slower th…
-
I reproduced the results from your paper by running `train_hclt.py` on the MNIST dataset (achieving 1.21 bpd); however, after using `backward` with the `DLTM` model, I received the following output:
…
-
En esta pregunta se nos pide implementar un pseudocodigo en base a:
4dim = []
Para i entre 1 y 4:
Sea j la dimensión (entre 1 y 784, sin contar las dimensiones que ya están en 4dim) …
-
Hello!
I'm encountering an error when running the code, consistently across both the MNIST and CIFAR-10 datasets. Regardless of the configures I use (including the config files in `train_configs` di…
-
I tested the code from _/matex/src/deeplearning/tensorflow/examples/glibc_after_2.19/MNIST/tf_lenet3.py_ with command `python tf_lenet3.py` and I got an error:
```
Traceback (most recent call last):…
-
It would be nice if one can use this module via config files.
For example, consider this configuration file
```
# filename: testing.yml
cmd_template: train.py --model {model} --lr {lr} --data…
-
I'm trying to train the STN. The training dataset which I've provided contains MNIST dataset images which are rotated 90 degree and the testing dataset contains simple MNIST dataset images. The output…