-
This library is by far the most comprehensive deep learning framework in C, and is strangely underrated.
One possible reason is that the examples have not been updated for the new versions, and thu…
-
### OpenVINO Version
master branch (74251ce93269d29ba57bb0d960e5077b809a39f4)
### Operating System
Ubuntu 18.04 (LTS)
### Hardware Architecture
x86 (64 bits)
### Target Platform
_No response_
…
-
### Describe the bug
```
Traceback (most recent call last):
File "train_with_wav2vec2.py", line 374, in
valid_loader_kwargs=hparams["dataloader_opts"],
File "/home/zhengbeida/anaconda3…
-
I am trying to save a simple LSTM model for text classification. The input of the model is padded vectorized sentences.
```
model = Sequential()
model.add(LSTM(40, input_shape=(16, 32)))
model.add…
-
Hello,
On Ubuntu 16.04, the code of tutorial `imagenet-example-2.md` cannot compile without adding the following line in `CMakeLists.txt`:
```
add_compile_options(-std=c++11)
```
When the p…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:Ubuntu20.04
- 版本号/Version:
- Paddle: paddlepaddle-gpu==2.4.2.post112
- PaddleOC…
-
Here's the place for your question, suggestion, a feature request or brief
description of the problem. If you are submitting a defect report please fill
all the sections below. For everything else f…
-
[**torch.Tensor.short 暂时无法绕过,原因: 缺失 oneflow.int16类型**
](https://pytorch.org/docs/stable/generated/torch.Tensor.short.html?highlight=short#torch.Tensor.short)
![image](https://user-images.githubu…
-
运行run之后服务没有跑起来
```
WARNING:tensorflow:From f:\代码\spo_extract_platform\spo_extract_platform-master\sequence_labeling\albert_zh\tokenization.py:125: The name tf.gfile.GFile is deprecated. Please use t…
-
Try to train some RNN model from ONNX. PyTorch code:
```
import os
import numpy as np
import torch
import torch.nn as nn
class TEST_LSTM(nn.Module):
def __init__(self):
super(TE…