我使用Google Colab使用Tensorflow构建了一个一维卷积神经网络(CNN)模型(它是一个多类、多标签模型)。 因此,我想在.NET框架中做以下事情(这显然是非常精简的): import tensorflow as tfimport tensorflow_hub as hub 只需将Tensorflow库加载到.NET框架中即可。 我见过他们使用Tensorflow图像分类模型的迁移学习来开始他们的学习link的ML.NET。 我最近在GitHub l
我在conda install tensorflow中安装了tensorflow。但是,当导入python/jupyter notebook时,它不能很好地工作。 "/home/work/.conda/envs/tensorflow/lib/python3.5/site-packages/tensorflow/__init__.py", line 22, in <module>
pip3 install tensorflow Error: Could not find a version that satisfies the requirement tensorflow (from version: none). Error: No matching distribution found for tensorflow.