Giter Club home page Giter Club logo

global_convolutional_network's Introduction

Hello World, I'm Sarthak ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on making ML models more robust
  • ๐Ÿ˜„ Pronouns: He/Him

Languages and Tools:

Python C++ PyTorch Tensorflow Keras Rust JavaScript Git HTML5 CSS3 Octave


Connect with me:

WesbiteGithubLinkedInTwitter

global_convolutional_network's People

Contributors

sconsul 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

Watchers

 avatar  avatar  avatar

global_convolutional_network's Issues

data_loader.py is missing

Hi,
from data_loader import LungSeg
from data_loader import LungSegTest
cannot find data_loader.py
could you please update the code, thanks!

Is there a bug in class BR?

def forward(self,x):
# x_res = self.bn(x)
# x_res = self.relu(x_res)
x_res = self.conv1(x_res)
# x_res = self.bn(x_res)
x_res = self.relu(x_res)
x_res = self.conv2(x_res)

x = x + x_res
return x
In the method forward of class BR, the x_res is not declared before reference.

Confusion about invoking `bottleneck_GCN`

The argument list of bottleneck_GCN is (m, c, k), but you feed (self.inplanes, planes, stride, downsample) to it in ResNet50_GCN.py line 78. Do I misunderstand the code?

how to get the file 'cp.pth'

hi,
when i run the 'train_model.py', some file named 'cp.pth' is needed at line 74, how to get that file? By the way, if i comment this line, i got another error as below:

Traceback (most recent call last):
File "train_model.py", line 139, in
train()
File "train_model.py", line 105, in train
outputs = net(images)
File "/usr/local/lib/python3.5/dist-packages/torch/nn/modules/module.py", line 477, in call
result = self.forward(*input, **kwargs)
File "/home/long/Downloads//Global_Convolutional_Network-master/build_model.py", line 97, in forward
gc_fm1 = self.br1(self.gcn1(fm1))
File "/usr/local/lib/python3.5/dist-packages/torch/nn/modules/module.py", line 477, in call
result = self.forward(*input, **kwargs)
File "/home/long/Downloads//Global_Convolutional_Network-master/build_model.py", line 18, in forward
x_l = self.conv_l1(x)
File "/usr/local/lib/python3.5/dist-packages/torch/nn/modules/module.py", line 477, in call
result = self.forward(*input, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
TypeError: 'float' object cannot be interpreted as an integer

didn't figure it out, thank you for your help

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.