Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DllNotFoundException: tensorflow #501

Closed
MakwanaVihas opened this issue Feb 8, 2020 · 1 comment
Closed

DllNotFoundException: tensorflow #501

MakwanaVihas opened this issue Feb 8, 2020 · 1 comment

Comments

@MakwanaVihas
Copy link

MakwanaVihas commented Feb 8, 2020

System.RuntimeType.CreateInstanceSlow (System.Boolean publicOnly, System.Boolean skipCheckThis, System.Boolean fillCache, System.Threading.StackCrawlMark& stackMark) (at :0)
System.RuntimeType.CreateInstanceDefaultCtor (System.Boolean publicOnly, System.Boolean skipCheckThis, System.Boolean fillCache, System.Threading.StackCrawlMark& stackMark) (at :0)
System.Activator.CreateInstance[T] () (at :0)
Tensorflow.Binding.New[T] () (at <8a1f7e7c69e4475d81bee40566e03f7b>:0)
Tensorflow.Binding..cctor () (at <8a1f7e7c69e4475d81bee40566e03f7b>:0)
Rethrow as TypeInitializationException: The type initializer for 'Tensorflow.Binding' threw an exception.

This happened while running in VSCode on Mac:
using Tensorflow;
using static Tensorflow.Binding;

while running ->> tf.convert_to_tensor(0).ToString()

@Oceania2018
Copy link
Member

Related to:
#252
#253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants