GithubHelp home page GithubHelp logo

ramannet's Introduction

Hi there 👋, my No.Visitor Count vistor!

About Me

  • I'm currently a CS PhD Student at Purdue University.
  • I received my BSc (EEE) and MSc (CSE) degree from Bangladesh University of Engineering and Technology.
  • My interests include Computer Vision, Biomedical Image and Signal Processing, Bioinformatics
  • Feel free to contact me: [email protected]

🛠  Tech Stack

Python  JavaScript  Java  C  C++  R (Statistics)
React  Node.js  Django  Flask  Bootstrap
HTML  CSS  Git  GitHub  Markdown
Visual Studio Code  RStudio  Eclipse

⚙️  GitHub Analytics

ramannet's People

Contributors

nibtehaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bridgetli

ramannet's Issues

One metric, two outputs in .compile()

I am trying to adapt your model but I get an error because only one metric is provided.

ValueError: For a model with multiple outputs, when providing the `metrics` argument as a list, it should have as many entries as the model has outputs. Received:
metrics=[<CategoricalAccuracy name=categorical_accuracy>]
of length 1 whereas the model has 2 outputs.

This doesnt work:
mdl.compile(optimizer='adam', loss=losses, loss_weights=lossWeights, metrics=[CategoricalAccuracy()])
This works:
mdl.compile(optimizer='adam', loss=losses, loss_weights=lossWeights, metrics=[CategoricalAccuracy(), CategoricalAccuracy()])
Can you explain or do you have any idea why this worked for you?

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.