Coder Social home page Coder Social logo

Comments (4)

nmerrill67 avatar nmerrill67 commented on August 19, 2024

Hello,

If I am understanding correctly, you want to fine tune our pretrained model with your own dataset?

If that's the case, then first create the LMDBs for your dataset. You can see how to do this by running ./main.py db -h. Make sure you don't specify the --train-after flag. After those are made, you can run ./main.py net --define --train -w model/calc.caffemodel -x1 <your X1> -x2 <your X2> to define and train the model, initializing the weights to the previous model. Simply skip the -w model/calc.caffemodel to train from scratch. You can change the learning rate in makeNet.py in the line self.sp['base_lr'] = '0.0009' #'0.0018' if you want to lower it for fine tuning.

from calc.

zqnnn avatar zqnnn commented on August 19, 2024

Thank you. I have read your paper. I don't know why you say that "Without any extra optimization constraints, the network learned zero vectors". I want to reconstruct the raw image.
2018-07-12 09 21 20

from calc.

nmerrill67 avatar nmerrill67 commented on August 19, 2024

Right. I think we should take this conversation off the issues feed. Please email me at [email protected] with questions about the paper specifically.

from calc.

nmerrill67 avatar nmerrill67 commented on August 19, 2024

Closing for now since this is not specifically related to the repo any more.

from calc.

Related Issues (20)

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.