-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EasyML 1.2.0 version, which include tensorflow support and other new …
…improvements in release document.
- Loading branch information
1 parent
e110e8a
commit 5ac6ee0
Showing
46 changed files
with
1,029 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
/* | ||
Navicat MySQL Data Transfer | ||
Source Server : BDA(烟台) | ||
Source Server Version : 50717 | ||
Source Host : 10.20.13.7:3306 | ||
Source Database : studio | ||
Target Server Type : MYSQL | ||
Target Server Version : 50717 | ||
File Encoding : 65001 | ||
Date: 2017-10-18 16:27:57 | ||
Date: 2018-03-29 10:36:02 | ||
*/ | ||
|
||
SET FOREIGN_KEY_CHECKS=0; | ||
|
||
-- ---------------------------- | ||
-- Table structure for dataset | ||
-- Table structure for `dataset` | ||
-- ---------------------------- | ||
DROP TABLE IF EXISTS `dataset`; | ||
CREATE TABLE `dataset` ( | ||
|
@@ -37,4 +35,5 @@ CREATE TABLE `dataset` ( | |
-- ---------------------------- | ||
-- Records of dataset | ||
-- ---------------------------- | ||
INSERT INTO `dataset` VALUES ('Dataset', 'DataSet', 'System Data', '[email protected]', '/EML/Data/Dataset', '0', null, '0.1', '2017-04-29 16:34:01', '', 'General'); | ||
INSERT INTO `dataset` VALUES ('A2EEE4A9-EA84-47D2-9EAA-CC8CE701FD49', 'Dataset', '0A0F402F-670F-4696-9D9C-42F0E0D665A00', '[email protected]', '/EML/Data/A2EEE4A9-EA84-47D2-9EAA-CC8CE701FD49', '0', null, '0.1', '2018-03-28 18:40:08', '', ''); | ||
INSERT INTO `dataset` VALUES ('EA15288C-40D5-4E44-884E-0B0C508651BF', 'mnist', '0A0F402F-670F-4696-9D9C-42F0E0D665A00', '[email protected]', '/EML/Data/EA15288C-40D5-4E44-884E-0B0C508651BF', '0', null, '0.1', '2018-03-28 18:39:27', '', ''); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.