GithubHelp home page GithubHelp logo

Comments (6)

masasakai avatar masasakai commented on June 26, 2024 1

Thank you, @devnev39.
I tried your code on my M1 mac. It is works! I understand this issue that is graph executing or eagerly executing. I change to design eagerly executable models. Thank you again.

from tensorflow_macos.

masasakai avatar masasakai commented on June 26, 2024

I have a same issue. MacTF a1,a2,a3 are same. Please suggest the environment for MacTF, For example numpy etc.

from tensorflow_macos.

devnev39 avatar devnev39 commented on June 26, 2024

It is working fine for me.
Try this ->

  1. If you have numpy 1.20 then try to install numpy 1.19.5
  2. Check if tf.executing_eagerly() is set to True as it should be

Screenshot 2021-05-21 at 11 04 26 AM

Screenshot 2021-05-21 at 11 04 41 AM

Screenshot 2021-05-21 at 11 04 48 AM

from tensorflow_macos.

edavidk7 avatar edavidk7 commented on June 26, 2024

@devnev39 I have the numpy version supplied with TensorFlow-macOS, which is 1.18.5. I will try your recommended code and the changing the eagerly execution parameter. Thank you.

from tensorflow_macos.

edavidk7 avatar edavidk7 commented on June 26, 2024

@devnev39 It seems the activation function in the last layer is the issue here. I changed the code line by line to match yours and it only works once the activation function parameter is removed in the last layer.
Edit: linear activation for output layer works fine, issue seems to be only with sigmoid

from tensorflow_macos.

devnev39 avatar devnev39 commented on June 26, 2024

I guess there is some error in your side of code. I just did all the possibilities with sigmoid and relu and also setting from_logits=True (generally used in loss function when there is no activation at output layer) and they all executed the same code in the pictures without any error.

from tensorflow_macos.

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.