Git Product home page Git Product logo

bone-suppresion-ensemble's Issues

enhancement - add conda environment

Adding a conda environment (environment.yml) facilitates code re-use.

The version constraints given in the README.md e.g for keras and tensorflow-gpu (although specified as >=) proved difficult to resolve in terms of inter-dependencies over all the packages needed (which is where conda has a strength over e.g. Python virtualenv environments). The version constraints therefore need to be relaxed a little but keep the core version constraint of keras >= 2.4.0. Since v2 of tensorflow, keras and tensorflow come packaged together anyway, so specifiying the keras version also sets the tensorflow version and compatibility is guaranteed.

bug - unicode escape error

Just running the Python script from the cmdline blindly gives the following error:

python bone_suppression_ensemble.py 
  File "[...]/Bone-Suppresion-Ensemble/bone_suppression_ensemble.py", line 594
    """
       ^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 132-133: truncated \UXXXXXXXX escape

This is almost certainly due to the Windows path given on line 573:

path = ['C:\Users\<your folder>'];  

Although I appreciate this occurs within a Matlab script rather than pure Python.

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.