You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building release, i'm trying to run:
./Mnist data/mnist
I'm receiving this error:
terminate called after throwing an instance of 'std::invalid_argument'
what(): TensorExtensionRegistrar::getTensorExtensionCreationFunc: no tensor extensions registered for given backend.
Aborted
After building release, i'm trying to run:
./Mnist data/mnist
I'm receiving this error:
terminate called after throwing an instance of 'std::invalid_argument'
what(): TensorExtensionRegistrar::getTensorExtensionCreationFunc: no tensor extensions registered for given backend.
Aborted
Anything i'm doing wrong?