Giter Club home page Giter Club logo

kaggle_eeg's People

Contributors

stupiding avatar xavieraudier 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kaggle_eeg's Issues

'module' object has no attribute 'test_valid_params'

I've moved on to the next error. When running train_net.py for the model c9p9_f9n64_r35p2_v67 I get the following error:

Traceback (most recent call last):
  File "train_net.py", line 257, in <module>
    for x_chunk, y_chunk, chunk_length in test_valid_data_gen():
  File "train_net.py", line 247, in <lambda>
    getattr(data_, model.test_valid_params['chunk_gen_fun'])(data[:, model.valid_series],
AttributeError: 'module' object has no attribute 'test_valid_params'

Some other models do have the test_valid_params attribute, so I guess it is just missing from this one. What needs to go there?

Memory error

File "C:\Users\Zhu\Anaconda2\lib\site-packages\pandas\core\internals.py", line 4107, in _stack_arrays
stacked = np.empty(shape, dtype=dtype)

MemoryError

above are the error when I run read_data.csv in spyder
I do not khow whato to do , My PC are 16GB RAM ,can you please teach me how to solve the question?
thanks a lot
my email address is [email protected] really hope to get your answer!

unexpected keyword argument 'border_mode'

When running the model c9p9_f9n64_r35p2_v67 I get the following error:

Building model
Traceback (most recent call last):
  File "train_net.py", line 58, in <module>
    l_out = model.build_model()
  File "/home/greff/kaggle/kaggle_daheimao/models/c9p9_f9n64_r35p2_v67.py", line 106, in build_model
    nonlinearity = None)
  File "/home/greff/venv/kaggle_daheimao/local/lib/python2.7/site-packages/lasagne/layers/dnn.py", line 243, in __init__
    super(Conv2DDNNLayer, self).__init__(incoming, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'border_mode'

I suspect it is a version problem, so can you tell me which version of lasagne / theano you are using? I'm running:

Python 2.7.9
Lasagne==0.2.dev1
Theano==0.7.0

Missing Validation Results

I've trained all the models and am now trying to combine them. However python combine_models.py fails with this stacktrace:

len3584_resize3_c1r4p5_f9n256r35p1
Traceback (most recent call last):
  File "combine_valid.py", line 57, in <module>
    'test_valid_' + results[i] + '_v' + cross_valid[j] + '.npy'))
  File "/home/greff/venv/kaggle_daheimao/local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 323, in load
    fid = open(file, "rb")
IOError: [Errno 2] No such file or directory: './all_valid_results/test_valid_len3584_resize3_c1r4p5_f9n256r35p1_v01.npy'

This seems to be the case because I only ran the provided models, so I only have the _v67 versions. Do I really need to create all the other (_v01, _v23, _v45) model files myself and run the training on these also?

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.