Giter VIP home page Giter VIP logo

coling2018's People

Contributors

yunitata avatar

Stargazers

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

Watchers

 avatar  avatar

coling2018's Issues

Regarding Feature Analysis

Hi Yunita,
Thank you for sharing the codes. It is a very beautiful work and the paper is also very helpful for new people like me. I wanted to run the complete model, but getting some error on running feature_analysis.py
It would be very kind of yours for helping me.

Traceback (most recent call last):
File "feature_analysis.py", line 110, in
main()
File "feature_analysis.py", line 83, in main
args.batch_size, args.nb_class, args.nb_epoch, args.lr, args.model_path, args.weight_path, args.hidden_size, args.feature_dim, args.dropout)
File "feature_analysis.py", line 40, in FNN
nb_class, nb_epoch, batch_size, lr, md_path, w_path, hidden_size, input_dim, dropout)
File "/home/iit/Desktop/coling2018-master/model.py", line 213, in model_dense
callbacks=[earlystop_cb, checkPoint], verbose=2)
File "/usr/local/lib/python2.7/dist-packages/Keras-1.1.2-py2.7.egg/keras/models.py", line 652, in fit
sample_weight=sample_weight)
File "/usr/local/lib/python2.7/dist-packages/Keras-1.1.2-py2.7.egg/keras/engine/training.py", line 1038, in fit
batch_size=batch_size)
File "/usr/local/lib/python2.7/dist-packages/Keras-1.1.2-py2.7.egg/keras/engine/training.py", line 963, in _standardize_user_data
exception_prefix='model input')
File "/usr/local/lib/python2.7/dist-packages/Keras-1.1.2-py2.7.egg/keras/engine/training.py", line 111, in standardize_input_data
str(array.shape))
Exception: Error when checking model input: expected dense_input_1 to have shape (None, 728) but got array with shape (450, 1098)

running errors

Hi Yunita,
I meet an error when I run feature_analysis.py as below:

(nlp_py35) xiaojinhui@X10DBi:~/hzq/C_or_T$ python feature_analysis.py --data ccat50 --train_path ../twitter_data/varying_training_set_size_50_sample/train.csv --test_path ../twitter_data/varying_training_set_size_50_sample/test.csv --nb_class 50
/home/xiaojinhui/hzq/nlp_py35/lib/python3.5/site-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)
Using TensorFlow backend.
Traceback (most recent call last):
File "feature_analysis.py", line 13, in
import model
ImportError: No module named 'model'

So, should there have been a python file named model.py which is missed?

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.