-
I just use the first three bn layers(conv0-bn0-leakyrelu0, conv1-bn1-leakyrelu1, conv2-bn2-leakyrelu2 ) of network that total 74 layers, leakyrelu2 as output.op,input_data as input.op.
when runing h…
-
Hi
I wanted to run the pretrained frozen .pb models from [mobilenetv1](https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md) and [mobilenetv2](https://github.com/tens…
-
Its flexible if sample demo and how to run the code are provided.
-
Hi,
I have one doubt regarding the voxel grid. In some of my point clouds this error is triggered:
```
File "/home/dhorka/phd/code/test_pool.py", line 251, in forward …
-
# Next paper candidates
Let's propose papers to study next! All papers mentioned in the comments of this issue will be listed in the next vote.
-
```
05/13/2019 14:29:37 MainProcess MainThread _base replace_config INFO Using configuration saved in state file
05/13/2019 14:29:37 MainProcess MainThread …
-
This is my network architecture:
```python
# %% Import libraries
import torch
import torch.nn as nn
import torch.nn.functional as F
# %% Submodules
class CL(nn.Module):
def __init__(se…
-
I am working in a production environment, where have some networks implemented in mxnet 1.0.0. I am working updating our systems and trying to push to the latest mxnet (1.4.x as of now) but when we up…
-
Hey, thanks for the great package.
I am trying to import a pretrained model (optical flow) from tensorpack inside my current graph which is a pure tensorflow. The underlying behavior of my graph is…
-
### Description
Graph Convolutional Networks (GCNs) is a recently proposed architecture which has had success in semi-supervised learning on graph-structured data. It is an important member of graph r…