Code Monkey home page Code Monkey logo

Comments (6)

valentas1 avatar valentas1 commented on September 24, 2024

The learning rate is set at 0.0001; I think you meant the beta value there, which is set to 1e-5.
I will make saving it as format(float('1.e-05'), 'f'), which will save it as 0.00001.

from move.

valentas1 avatar valentas1 commented on September 24, 2024

Regarding repeats - @rosaallesoe could say it better if we can reduce it.

from move.

valentas1 avatar valentas1 commented on September 24, 2024

So it seems using format(float('1.e-05'), 'f'), saves a number as a string. Therefore, this way could not be used, and I didn't find any other way how to suppress scientific expression in this context.
However, beta values did not have any effect, therefore it could be changed to 0.0001. Also, as the example .yaml files, we could just set 0.00001 (instead of 1e-05) as well.

from move.

enryH avatar enryH commented on September 24, 2024

You can also specify float format, e.g. f"{1e-05:.5f}" will give '0.00001'

from move.

valentas1 avatar valentas1 commented on September 24, 2024

@enryH I thought at the beginning about this way and tried to implement it. However, the f"{1e-05:.5f}" format makes a string in the format '0.00001', so I think we should just stick to the way I wrote in the last comment.

from move.

enryH avatar enryH commented on September 24, 2024

Yes perfect

from move.

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.