-
I am facing a problem in loading the downloaded data file **./data/1_person_walking_128loops.bin**.
Apparently, the bug is at line 79 of **main.py** which fails to reshape data. Not sure if the file…
muhmz updated
2 years ago
-
For the following code:
```
import torch
from torch import nn
from torch2trt import torch2trt
class Example(nn.Module):
def __init__(self, stride=8):
super(Example, self).__in…
-
在 pc 上跑 cpu 時間不快,直接跑範例圖(./image_04.jpg) 大概 0.1s
換成 opencl 反而會 crash
```
reshape not support dimensions == 3
The Creator Don't support type 73, BoxPredictor_0/Reshape_1
reshape not support dim…
twmht updated
5 years ago
-
After simulating with hollow plasma, I observed a zigzag structure in the gamma-z phase space. I suspect this might be due to the internal push of particles without proper interpolation of Ez? Or shou…
-
IN_PATCH = TRAIN_PATCH.reshape((-1,220,PATCH_SIZE,PATCH_SIZE))
ValueError Traceback (most recent call last)
in ()
----> 1 TRAIN_PATCH = TRAIN_PATCH.reshape((-1,220…
-
Hi,
I'm trying to use vggface2 based embedding using [facenet-pytorch](https://github.com/timesler/facenet-pytorch)
Here is the code to generate:
```python
import torch
from facenet_pytorch …
-
details as below
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
~\AppData\Local\Temp\ipykern…
-
{
"base_config": "configs/HighwayEnv/agents/DQNAgent/ddqn.json",
"model": {
"type": "EgoAttentionNetwork",
"embedding_layer": {
"type": "MultiLayerPerceptron",…
-
Hi, I think there is a mistake in "list_databases.py" function "restructure_data":
`Train_X_spatial = Train_X.reshape(Train_X.shape[0]*timesteps_TIM, r, w, channel)
Test_X_spatial = Test_X.reshape…
-
**Describe the bug**
Convolution configuration, ("batch_size, output_channels,input_channels, input_height, input_width, filter_height, filter_width, stride_h, stride_w, pad_h, pad_w, use_1d_systolic…