Giter Club home page Giter Club logo

Comments (6)

adler-j avatar adler-j commented on May 15, 2024

Great idea!

from odl.

adler-j avatar adler-j commented on May 15, 2024

Ok suggestion time:

  • "Answers to common questions" should be "Frequently asked questions" since this is the standard
  • Add a word on (or improve)
>>> import odl
>>> rn = odl.CudaRn(10)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "odl\space\cu_ntuples.py", line 869, in __init__
    super().__init__(size, dtype, **kwargs)
  File "odl\space\cu_ntuples.py", line 555, in __init__
    super().__init__(size, dtype)
  File "odl\space\base_ntuples.py", line 339, in __init__
    super().__init__(size, dtype)
  File "odl\space\cu_ntuples.py", line 103, in __init__
    raise TypeError('data type {} not supported in CUDA'.format(dtype))
TypeError: data type <type 'numpy.float32'> not supported in CUDA
  • Add all the stuff from the odlpp FAQ in the readme, or at least a pointer to it.
  • Move the FAQ under As a user, no need for a new header.

from odl.

kohr-h avatar kohr-h commented on May 15, 2024

"Answers to common questions" should be "Frequently asked questions" since this is the standard

In principle, yes. We should be very careful, however, not to include stuff we would like to be frequently asked, like "your software is so great, how can I get it". I've seen too many FAQs without relevant contents. So okay, we change but add only stuff which is actually asked more than once.

Add a word on (or improve)
...

Good idea to add something about that. We need to fix the error message, though. We should use a string 'float32' as default rather than the NumPy data type, and the error message should use that, not the result after conversion by numpy.dtype.

Add all the stuff from the odlpp FAQ in the readme, or at least a pointer to it.

Pointer would be sufficient, I think. And that FAQ also needs an update.

Move the FAQ under As a user, no need for a new header.

Make a developer FAQ and a user FAQ?

from odl.

adler-j avatar adler-j commented on May 15, 2024

Agree on all the above.

from odl.

adler-j avatar adler-j commented on May 15, 2024

Anything more we want to add to this for now?

from odl.

kohr-h avatar kohr-h commented on May 15, 2024

Yeah, close. We keep collecting questions.

from odl.

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.