Giter Site home page Giter Site logo

abhimanyudubey / dlcity Goto Github PK

View Code? Open in Web Editor NEW
29.0 3.0 10.0 273.81 MB

Code for the ECCV 2016 paper "Deep Learning the City: Quantifying Urban Perception At A Global Scale"

Home Page: https://arxiv.org/abs/1608.01769

Python 6.22% CSS 0.01% JavaScript 93.65% HTML 0.12%

dlcity's Introduction

dlcity's People

Contributors

abhimanyudubey 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

Watchers

 avatar  avatar  avatar

dlcity's Issues

About ranking loss and EuclideanLoss

Hi, thank you for your paper and code.

I read the paper and try to understand the model in train_val.prototxt .
As far as i know, final1 & final2 are both ranking functions, and labelr produces labels of {-1, 1}, then the ranking_loss is EuclideanLoss((final1 - final2) * labelr, 0)

my question is:

  1. For me, EuclideanLoss((final1 - final2) * labelr, 0) is quite strange, because labelr seems to be useless in this loss function.
  2. EuclideanLoss((final1 - final2) * labelr, 0) is quite different from the loss function in paper, which i think is like [ max(0, (final1 - final2) * labelr) ]^2.
  3. For both of the above loss function, I think gradient vanishing will occur during training, because both final1 and final2 could be very small(say 1.1e-5, 1.2e-5), and the loss will be very small. Is that the case?

Did i miss something important?
Looking forward to your reply. Thanks again.

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.