Code Monkey home page Code Monkey logo

mlsp2017_svsep_skipfilt's People

Contributors

js-mim avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

mlsp2017_svsep_skipfilt's Issues

Hello, I have a question about the batch_size of your project

Hello, I feel your article is great, I currently use the compressed version of the DSD100 database, would like to test your code, but there is a mistake:
Can not feed value of shape (32, 18, 1025) for Tensor 'input_1: 0', which has shape '(1, 18, 1025)'
If I did not guessed it might be my batch_size is not the same as the batch_size of your trained model, how can I solve this problem? Do I have to use the standard DSD100 database for testing? Very much looking forward to your reply

[gdae_dsd.py] ValueError: When passing a list as loss, it should have one entry per model outputs

After downloaded the DSD100 dataset, I use the code "gdae_dsd.py" for training process, error is shown below:

ValueError: When passing a list as loss, it should have one entry per model outputs. The model has 3 outputs, but you passed loss=[<function KL at 0x7efcecd2b488>, <function KL at 0x7efcecd2b488>]

so I try to rivse the code like
model.compile(optimizer = opt, loss = [KL, KL, KL])
PS: orignal code is "model.compile(optimizer = opt, loss = [KL, KL])"

Another error happen:
ValueError: Error when checking model target: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see 3 arrays but instead got the following list of 2 arrays:

So, do you run into these issues? how to fix it?
Thanks

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.