Giter VIP home page Giter VIP logo

knowledge's Introduction

This wiki is now archived - look at wiki.cedricchee.com (InfoWarehouse) if you would like an updated wiki. Thank you.

My Knowledge Wiki

Hey, this is a place where I document everything I know and learn so far about the world in the form of an online book. I am sharing them in the hope that they would be useful to you as well.

"An investment in knowledge pays the best interest."

— Ben Franklin

How to use the wiki effectively?

In the left corner, you can make searches for what content I have already indexed or you can simply explore the tree view to the left.

What kinds of contents

I want to remember more of what I read, so I take notes to share compressed wisdom.

What kinds of notes

  • Notes on various computer science (technical) topics.
  • General notes.
  • Notes from projects that I've work on.
  • Notes from courses (educational materials) that I've study.
  • Notes from books and other interesting things that I've read.

Other things I wrote and shared

I share my knowledge in a longer form by writing articles. I also love writing code and share it all on GitHub. You can find all the things I have made and shared thus far here.

Contributing

If you found a mistake anywhere in this wiki, I would really appreciate your help. You can quickly find any entry you wish to edit by searching for the topic and then making the changes.

License

knowledge's People

Contributors

cedrickchee avatar gitbook-bot 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  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

knowledge's Issues

Error with shortcut layer in yolov3

I’m beginner. I try to run the model in that link:
https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch
in darknet file:
elif module_type == "shortcut":
from_ = int(module["from"])
x = outputs[i-1] + outputs[i+from_]

I got the following error with this line
x = outputs[i-1] + outputs[i+from_]
RuntimeError: The size of tensor a (210) must match the size of tensor b (208) at non-singleton dimension 3
the output is dictionary caches the outputs for the route layer
I would like to know the source of error and help me fix that
thanks in advance

len(itos) conflict

there seems to be two places with different vaules of len(itos) in "lesson-10-transfer-learning-nlp.md" .In one place it is 60,002 and 59901 in another.

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.