Coder Social home page Coder Social logo

sepconv's People

Contributors

carlo- avatar darthpumpkin avatar martkartasev avatar martksev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sepconv's Issues

compile and start gpu

hello everymanito,
I would like to ask how to compile and start gpu acceleration, and what kind of environment is required?

best wishes

Fix upsampling layer

Usage of nn.Upsample causes the following warning:

UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details.

Add requirements.txt for dependencies

File must be written with the proper syntax required by pip3, so that it's possible to execute the following: sudo pip3 install -r ./path/to/requirements.txt

ModuleNotFoundError: No module named 'libs.sepconv._ext.cunnex._cunnex'

Hi, I have tried to get the code running however I get this:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/rf/sepconv/src/main.py", line 16, in
from src.model import Net
File "/home/rf/sepconv/src/model.py", line 10, in
from libs.sepconv.SeparableConvolution import SeparableConvolution
File "/home/rf/sepconv/libs/sepconv/SeparableConvolution.py", line 8, in
import libs.sepconv._ext.cunnex
File "/home/rf/sepconv/libs/sepconv/_ext/cunnex/init.py", line 3, in
from ._cunnex import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'libs.sepconv._ext.cunnex._cunnex'

I have tested this on 3 different systems with the required software version including cuda installed, searching up this issue has yielded no useful answers

Any suggestions as to what's going wrong?
Thanks in advance

result all noise, for pretrained.pth

Thanks for the great works!

I download the pretrained model as listed in the README.md recently.
Result is like this, https://imgur.com/Er3rBtf

I tried training on l1, l1+vgg, seems ok (at least not all noise)

I wonder if the current version model mismatch with the pretrained.pth provided?

all requirements are the same, except tensorboardx.

Thanks

when complier the sepcon,occur the following error?

src/SeparableConvolution_kernel.cu(66): error: pointer to incomplete class type is not allowed
...
src/SeparableConvolution_kernel.cu(170): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(170): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(171): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(171): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(173): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(173): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(174): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(174): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(176): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(176): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(177): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(177): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(179): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(179): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(180): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(180): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(181): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(181): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(182): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(182): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(189): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(189): error: pointer to incomplete class type is not allowed

src/SeparableConvolution_kernel.cu(190): error: pointer to incomplete class type is not allowed

Discard frames that lack texture

In the article, the authors say they only use frames with enough texture for training (by visual inspection I assume, because they don't say they measure that)

Conv Details

The conv in original is
==>Basic()
==>torch.nn.Conv2d(in_channels=intInput, out_channels=intOutput, ...)
Yours is
==>_conv_module()
==>torch.nn.Conv2d(in_channels, in_channels, kernel, stride, padding)
The channel is different.

Config file

Hello,

Great work! I was just wondering if I can have a copy of the config file too. Maybe you have already uploaded it somewhere but I am missing it.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.