Giter Club home page Giter Club logo

dstl's Introduction

DSTL

dstl's People

Contributors

khushhallchandra avatar

Stargazers

Sahil Sheikh avatar Shekhar Reddy avatar

Watchers

James Cloos avatar Meet Shah  avatar  avatar  avatar

dstl's Issues

Memory Error

is it the above memory error occur due to insufficient RAM memory

Memory Error

Hello brother you are such great person bro the projects that you created its great
Actually I am using your script in my project and along with its datasets but in my system its throwing Memory Error in line number 204 and I am using python 3.7 and windows 10 machine with 8 GB RAM

Traceback (most recent call last):
File "C:\Users\Sahil Sheikh\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\core\fromnumeric.py", line 56, in _wrapfunc
return getattr(obj, method)(*args, **kwds)
AttributeError: 'list' object has no attribute 'transpose'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:/Projects Data/Satellite Proejct/myCode.py", line 467, in
model = train_net()
File "D:/Projects Data/Satellite Proejct/myCode.py", line 368, in train_net
x_trn, y_trn = get_patches(img, msk)
File "D:/Projects Data/Satellite Proejct/myCode.py", line 204, in get_patches
x, y = 2 * np.transpose(x, (0, 3, 1, 2)) - 1, np.transpose(y, (0, 3, 1, 2))
File "C:\Users\Sahil Sheikh\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\core\fromnumeric.py", line 639, in transpose
return _wrapfunc(a, 'transpose', axes)
File "C:\Users\Sahil Sheikh\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\core\fromnumeric.py", line 66, in _wrapfunc
return _wrapit(obj, method, *args, **kwds)
File "C:\Users\Sahil Sheikh\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\core\fromnumeric.py", line 46, in _wrapit
result = getattr(asarray(obj), method)(*args, **kwds)
File "C:\Users\Sahil Sheikh\AppData\Local\Programs\Python\Python37\lib\site-packages\numpy\core\numeric.py", line 538, in asarray
return array(a, dtype, copy=False, order=order)
MemoryError

BRo can you help me to solve this problem

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.