Warning on running tensor flow in Ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I am trying to learn tensorflow and just started with the basics. To install tensorflow I used the following command: pip install tensorflow



Now, when I run the basic tensorflow programs, it shows the following warning:



Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA



Should I be worried? Will it still give me a proper result when I go for complex programs?










share|improve this question

























    up vote
    1
    down vote

    favorite












    I am trying to learn tensorflow and just started with the basics. To install tensorflow I used the following command: pip install tensorflow



    Now, when I run the basic tensorflow programs, it shows the following warning:



    Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA



    Should I be worried? Will it still give me a proper result when I go for complex programs?










    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am trying to learn tensorflow and just started with the basics. To install tensorflow I used the following command: pip install tensorflow



      Now, when I run the basic tensorflow programs, it shows the following warning:



      Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA



      Should I be worried? Will it still give me a proper result when I go for complex programs?










      share|improve this question













      I am trying to learn tensorflow and just started with the basics. To install tensorflow I used the following command: pip install tensorflow



      Now, when I run the basic tensorflow programs, it shows the following warning:



      Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA



      Should I be worried? Will it still give me a proper result when I go for complex programs?







      16.04 cpu






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 19 at 18:10









      Neptune

      82




      82




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          This means the binaries you installed on your PC are do not have support for instruction sets such as SSE4. This may not give optimum performance for the programs but in normal case won't affect the execution.



          If you want to enable those supports, try to compile the sources with relevant flags and install it replacing the pip installed versions. Go for installing with VirtualEnv






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017392%2fwarning-on-running-tensor-flow-in-ubuntu%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            This means the binaries you installed on your PC are do not have support for instruction sets such as SSE4. This may not give optimum performance for the programs but in normal case won't affect the execution.



            If you want to enable those supports, try to compile the sources with relevant flags and install it replacing the pip installed versions. Go for installing with VirtualEnv






            share|improve this answer
























              up vote
              0
              down vote



              accepted










              This means the binaries you installed on your PC are do not have support for instruction sets such as SSE4. This may not give optimum performance for the programs but in normal case won't affect the execution.



              If you want to enable those supports, try to compile the sources with relevant flags and install it replacing the pip installed versions. Go for installing with VirtualEnv






              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                This means the binaries you installed on your PC are do not have support for instruction sets such as SSE4. This may not give optimum performance for the programs but in normal case won't affect the execution.



                If you want to enable those supports, try to compile the sources with relevant flags and install it replacing the pip installed versions. Go for installing with VirtualEnv






                share|improve this answer












                This means the binaries you installed on your PC are do not have support for instruction sets such as SSE4. This may not give optimum performance for the programs but in normal case won't affect the execution.



                If you want to enable those supports, try to compile the sources with relevant flags and install it replacing the pip installed versions. Go for installing with VirtualEnv







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 19 at 18:20









                CS13

                1288




                1288



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017392%2fwarning-on-running-tensor-flow-in-ubuntu%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491