Skip to content

Commit

Permalink
Upgrading to TensorFlow 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordWei committed May 12, 2018
1 parent 172c532 commit e66fa9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ This project is an experimental wrapper of TensorFlow C API which enables Machin

This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project but can also be used as an independent module.

Ensure you have installed and activated the latest Swift 4.1 / Xcode 9.3
Ensure you have installed and activated the latest Swift 4.1.1 / Xcode 9.3

## Project Status

The framework conforms to TensorFlow v1.7.0 C API functionality.
The framework conforms to TensorFlow v1.8.0 C API functionality.

## Development Notes

Expand Down
4 changes: 2 additions & 2 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

本项目需要使用SPM软件包管理器编译并是[Perfect项目](https://github.com/PerfectlySoft/Perfect)的一个组成部分,但也可以独立使用。

请确保您的系统已经安装了Swift 4.1 / Xcode 9.3
请确保您的系统已经安装了Swift 4.1.1 / Xcode 9.3

## 项目状态

目前本函数库遵从 TensorFlow v1.7.0 C语言 API 功能特征。
目前本函数库遵从 TensorFlow v1.8.0 C语言 API 功能特征。

## 关于开发

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0

0 comments on commit e66fa9a

Please sign in to comment.