前几篇中一直在通过Android做JNI调用,关于JNI的配置请见:http://blog.csdn.net/watkinsong/article/details/9849973 但是前一段时间就遇到了整个工程编译都没有问题,但是没有办法运行的问题,编译结果提示如下: Your Project contains error(s), please fix them before running your application. 但是,整个工程的编译是没有问题的. 查了很多资料,网上大部分都说是证
# -*- coding: utf-8 -*- """ Created on Tue Oct 2 15:49:08 2018 @author: zhen """ import tensorflow as tf import numpy as np from sklearn.datasets import fetch_california_housing x = tf.Variable(3, name='x') y = tf.Variable(4,