CN112926736B - Deep learning technology tool chain system - Google Patents

Deep learning technology tool chain system Download PDF

Info

Publication number
CN112926736B
CN112926736B CN202110221144.XA CN202110221144A CN112926736B CN 112926736 B CN112926736 B CN 112926736B CN 202110221144 A CN202110221144 A CN 202110221144A CN 112926736 B CN112926736 B CN 112926736B
Authority
CN
China
Prior art keywords
model
tool
module
deep learning
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110221144.XA
Other languages
Chinese (zh)
Other versions
CN112926736A (en
Inventor
杨訸
林龙
万能
史存存
王岳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Smart Grid Research Institute Co ltd
State Grid Corp of China SGCC
Overhaul Branch of State Grid Anhui Electric Power Co Ltd
Original Assignee
State Grid Smart Grid Research Institute Co ltd
State Grid Corp of China SGCC
Overhaul Branch of State Grid Anhui Electric Power Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by State Grid Smart Grid Research Institute Co ltd, State Grid Corp of China SGCC, Overhaul Branch of State Grid Anhui Electric Power Co Ltd filed Critical State Grid Smart Grid Research Institute Co ltd
Priority to CN202110221144.XA priority Critical patent/CN112926736B/en
Publication of CN112926736A publication Critical patent/CN112926736A/en
Application granted granted Critical
Publication of CN112926736B publication Critical patent/CN112926736B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models

Abstract

The invention discloses a deep learning technology tool chain system, which comprises: the system architecture of the deep learning technology tool chain is an architecture taking a model warehouse as a core, the whole system is divided into a plurality of mutually independent and interdependent functional modules through a process of deep learning training, the interface is separated from the implementation through the interface of each functional module of the deep learning technology tool chain, each module of the deep learning tool chain is realized on the basis of the interface, various query conditions are customized through the flexible query module, data required for the next process module to use is generated at each process module, the whole process from original data to labeling data to sample data to model to application is realized, the management mode of the sample warehouse and the model is optimized, the management efficiency is improved, and the original artificial sample management, model migration time and cost are remarkably reduced.

Description

Deep learning technology tool chain system
Technical Field
The invention relates to the technical field of deep learning, in particular to a tool chain system of the deep learning technology.
Background
With the development of technology, deep learning has slowly entered a relatively mature stage, has emerged data-driven artificial intelligence, has emerged a batch of deep learning open source frameworks, has also emerged a batch of data, but current deep learning models mostly adopt the manual work to carry out sample management, model selection and training optimization in the use of specific application scenes now, have the raw data of the tool used in the deep learning process, annotation data, training data, model, applied each module tight coupling, mix as an organic whole, flexibility is not enough, can't retrieve, generate the model scheduling problem that needs.
Disclosure of Invention
Therefore, in order to solve the problems that each module is tightly coupled in the training and using process of the existing deep learning model, the flexibility is insufficient, and a required model cannot be obtained quickly and effectively, the embodiment of the invention provides a deep learning technology tool chain system, optimizes a management mode of a sample library and the model, and improves management efficiency.
In order to achieve the above purpose, the present invention provides the following technical solutions:
the embodiment of the invention provides a deep learning technology tool chain system, which comprises a deep learning technology tool chain system architecture, interface definition and component realization of the deep learning technology tool chain and a flexible query module, wherein: the deep learning technical tool chain system architecture comprises a set of architecture taking a model warehouse as a core, the whole system is divided into a plurality of mutually independent and interdependent functional modules through the process division of deep learning training, each functional module of the deep learning tool chain is realized on the basis of an interface by defining the interface of each functional module of the deep learning technical tool chain, various query conditions are customized through a flexible query module, and data required by the next process functional module is generated at each process functional module.
Preferably, the interface definition and component implementation of the deep learning technology tool chain includes:
the model warehouse supports a version control function and a model format conversion function of the model, and stores the model and metadata of the model;
the data processing tool is used for generating a sample set after data extraction and sample definition are carried out on the obtained original data;
the model training tool is used for training the model after the sample set;
the calculation optimization tool is used for retrieving a model from a model warehouse to optimize;
the model evaluation tool is used for evaluating the model in the model warehouse;
and the application deployment tool queries the model in the model warehouse according to the application requirements and receives the model corresponding to the feedback of the model warehouse.
Preferably, the deep learning technology tool chain system architecture describes abstract components, structures and connection rules of the deep learning technology tool chain, and describes communication among the components, which uses a model warehouse as a core, and is used with a data processing tool, a model training tool, an application deployment tool, a calculation optimization tool and a model evaluation tool, wherein other tools except the data processing tool interact with the model warehouse only, and the data processing tool is used for generating samples and providing the samples to the model training tool; the model training tool puts the model after training and the metadata of the model into a model warehouse, and the calculation optimization tool optimizes the model fetched from the model warehouse; after the model evaluation tool model warehouse evaluates, the evaluation result is stored in the model warehouse; the application deployment tool retrieves the model in a model warehouse, the model warehouse returns the model to the application deployment tool, and if the model meeting the application requirement is not available, the model is fed back to the application deployment tool for the reason that the corresponding model is not found, and the query condition needs to be changed.
Preferably, the flexible query module: the method comprises an abstract mechanism and an imaging strategy, wherein the abstract mechanism is the basis of flexible query, the imaging strategy is defined for abstract definition of a database table structure, a user selects a column in the database and compares the column with a constant or other columns to serve as a query condition, the query condition is combined through AND, OR, NOT, a complex query condition meeting the requirement of the user is generated, and finally data is generated.
Preferably, the data processing tool comprises: the system comprises an original data module and a sample warehouse module, wherein the original data module is used for acquiring original data, and the original data is not marked;
the sample warehouse module comprises a data extraction sub-module, a sample definition sub-module and a sample generation sub-module, wherein the data extraction sub-module comprises an extraction task management unit, an extraction tool set and a result list, the extraction task management unit establishes a data extraction task, invokes a subset of all original data by calling the flexible query module, performs data annotation by the extraction tool set, and stores a data annotation result into the result list; and the sample definition sub-module is used for defining the sample by calling the flexible query module according to the data marking result, and automatically generating a required sample set through the sample generation sub-module after the definition is finished.
Preferably, the extracting tool set comprises an automatic labeling tool, a labeling tool and a third-party tool interface, wherein the automatic labeling tool is used for labeling an existing model and then sending the model to manual verification, and the labeling tool is used for labeling original data; the third party tool interface is used for accessing a third party marking tool to mark the data.
Preferably, when the original data is a picture, the original picture is automatically scaled when the original picture enters the sample warehouse module, the original picture is scaled to the common sizes of several deep learning training frames and is placed in different catalogues, and when the sample is generated, only the picture size is selected, and the picture with the corresponding size is automatically used as a training set.
Preferably, the model training tool comprises: the system comprises an AutoML tool, a custom algorithm module and a model training module, wherein the AutoML tool stores various deep learning tools; the user-defined algorithm module obtains a user-defined algorithm input by a user through an interface; the model training module invokes an initial model from the AutoML tool and/or the custom algorithm module by invoking the flexible query module according to the requirements, invokes a sample set from the sample generation sub-module to perform model training, and stores the trained model in the model warehouse.
Preferably, the application deployment tool comprises: the system comprises a business application module, a deployment tool module, a cloud reasoning module and an edge computing module, wherein the deployment tool module is used for calling a corresponding model from a model warehouse according to requirements for the cloud reasoning module or the edge computing module to use and sending data generated by the cloud reasoning module or the edge computing module to the business application module for use.
Preferably, the model evaluation tool includes an index for model evaluation in a model repository: precision, applicable environment, time consumption.
The technical scheme of the invention has the following advantages:
the invention provides a deep learning technology tool chain system, which comprises: the deep learning technology tool chain system architecture comprises a set of architecture taking a model warehouse as a core, the whole system is divided into a plurality of mutually independent and interdependent functional modules through a process of deep learning training, the interface and the implementation are separated through the interface of each functional module of the defined deep learning technology tool chain, each module of the deep learning tool chain is realized on the basis of the interface, various query conditions are customized through the flexible query module, data required for the next process module to use is generated at each process functional module, and the implementation, the access, the replacement and the expansion of a third party interface are supported, so that the whole life cycle management of the deep learning process is completed, the whole process from original data to labeling data to sample data to the model to application is realized, the management mode of a sample library and the model is optimized, the management efficiency is improved, and the original artificial sample management, the model migration time and the cost can be remarkably reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of a tool chain architecture provided in an embodiment of the present invention;
FIG. 2 is a schematic diagram of interface definition and component implementation interactions of a deep learning technique tool chain provided in an embodiment of the present invention;
FIG. 3 is a formalized definition of query conditions provided in an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made apparent and fully in view of the accompanying drawings, in which some, but not all embodiments of the invention are shown. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In addition, the technical features of the different embodiments of the present invention described below may be combined with each other as long as they do not collide with each other.
Example 1
The embodiment of the invention provides a deep learning technology tool chain system which can be applied to scenes of selection, training and application of various depth models, and comprises the following steps: the system architecture of the deep learning technology tool chain comprises a set of architecture taking a model warehouse as a core, the whole system is divided into a plurality of independent and interdependent functional modules through flow division of the deep learning training, each functional module of the deep learning tool chain is realized on the basis of the interface by defining the interface of each functional module of the deep learning technology tool chain, various query conditions are customized through the flexible query module, and data required by the next flow functional module is generated at each flow functional module.
The embodiment of the invention uses the architecture design taking the model warehouse as a core, defines the interface specification of each module function, forms a set of deep learning tool chain by realizing the function interface combination of each module, ensures that each module in the tool chain is mutually independent, is easy to realize and expand, can process different data processing flows in parallel, optimizes the management mode of a sample library and a model, improves the management efficiency, flexibly supports the realization, access, replacement and expansion of a third party, combines flexible query functions, and can selectively and automatically generate the input and the output of each flow of the tool chain.
The interface definition and component implementation of the deep learning technology tool chain in the implementation of the invention comprises the following steps:
the model warehouse supports a version control function and a model format conversion function of the model, and stores the model and metadata of the model; the data processing tool is used for generating a sample set after data extraction and sample definition are carried out on the obtained original data; the model training tool is used for training the model after the sample set; the calculation optimization tool is used for retrieving a model from a model warehouse to optimize; the model evaluation tool is used for evaluating the model in the model warehouse; and the application deployment tool queries the model in the model warehouse according to the application requirements and receives the model corresponding to the feedback of the model warehouse.
The deep learning technology tool chain system architecture in the implementation of the invention describes abstract components, structures and connection rules of the deep learning technology tool chain and describes communication among the components, and as shown in fig. 1, the deep learning technology tool chain system architecture takes a model warehouse as a core, and is used in cooperation with a data processing tool, a model training tool, an application deployment tool, a calculation optimization tool and a model evaluation tool, and other tools only interact with the model warehouse except the data processing tool. The data processing tool is used for generating samples and providing the samples for the model training tool, the model training tool puts the model after training and metadata of the model into a model warehouse, and the calculation optimization tool optimizes the model fetched from the model warehouse; after the model evaluation tool model warehouse evaluates, the evaluation result is stored in the model warehouse (the indexes of model evaluation comprise precision, applicable environment, time consumption and the like, which are only used as examples and not limiting), so as to help the calculation optimization tool optimize the model in the model warehouse; the application deployment tool queries the models in the model warehouse according to the application requirements, and the model warehouse selects the corresponding models (such as the models with the corresponding formats, the applicable environments, the precision and the performance versions are selected as examples, but not limited to the examples) according to the application requirements and returns the models to the application deployment tool; if there is no model meeting the application requirements, feedback is given to the application deployment tool as to why the corresponding model was not found (e.g., the model cannot be matched to meet the time-consuming requirements according to the required environment and accuracy), and the query conditions need to be changed (e.g., a suggested change reduces the time-consuming requirement setting).
In the implementation of the invention, a framework taking the model warehouse as the center is provided, and other associated flow tools interact to form a deep learning tool chain, so that the interaction efficiency of data is improved.
Further, as shown in fig. 2, the data processing tool includes: the system comprises an original data module and a sample warehouse module, wherein the original data module is used for acquiring original data, and the original data is not marked; the sample warehouse module comprises a data extraction sub-module, a sample definition sub-module and a sample generation sub-module, wherein the data extraction sub-module comprises an extraction task management unit, an extraction tool set and a result list, the extraction task management unit establishes a data extraction task, invokes a subset of all original data by calling the flexible query module, performs data annotation by the extraction tool set, stores a data annotation result into the result list, and the annotated result can be checked in a result list menu; and the sample definition sub-module is used for defining the sample by calling the flexible query module according to the data marking result, and automatically generating a required sample set through the sample generation sub-module after the definition is finished.
The extraction tool set comprises an automatic labeling tool, a labeling tool and a third party tool interface, wherein the automatic labeling tool is used for labeling an existing model and then sending the model to manual verification, and the labeling tool is used for labeling original data (such as an original picture and original business data); the third party tool interface is used for accessing a third party marking tool to mark the data. The multiple labeling tools can meet multiple labeling requirements, so that a more comprehensive and various sample set is obtained, and multiple training requirements are met.
The marked data set in the embodiment of the invention contains the full data of the data set, but the training is not required to meet the requirement of training, the training may have other requirements on the frame size, the defect type and the like, a plurality of marked sets of data may be required, different training frames may have different requirements on the format of the sample set, the training data and the verification data are required to be divided according to the proportion, and the conventional method is to manually sort out the picture files and the marked data meeting the conditions, but the method is low in efficiency and may have manual errors.
When the original data is a picture, the original picture is automatically resized (zoomed) when the original picture enters the sample warehouse module, the original picture resize is the common size of a plurality of deep learning training frames and is placed in different catalogues, and when a sample is generated, only the picture size is selected, and the picture with the corresponding size can be automatically used as a training set, so that the storage space cost is saved, and the time cost for generating the sample is saved.
Further, as shown in fig. 2, the model training tool includes: the system comprises an AutoML tool, a custom algorithm module and a model training module, wherein the AutoML tool stores various deep learning tools; the user-defined algorithm module obtains a user-defined algorithm input by a user through an interface; the model training module invokes an initial model from the AutoML tool and/or the custom algorithm module and invokes a sample set from the sample generation sub-module to perform model training by invoking the flexible query module according to requirements, and stores the trained model in the model warehouse.
Further, as shown in fig. 2, the application deployment tool includes: the system comprises a business application module, a deployment tool module, a cloud reasoning module and an edge computing module, wherein the deployment tool module is used for calling a corresponding model from a model warehouse according to requirements for the cloud reasoning module or the edge computing module to use, and sending data generated by the cloud reasoning module or the edge computing module to the business application module for use. The trained model may be suitable for edge calculation or cloud reasoning, the deep learning tool chain may automatically store the information, for example, if some cloud reasoning is deployed to edge calculation, the deep learning tool chain may automatically reject the request, and the model warehouse may convert the cloud model into the edge calculation model through model compression, quantization and other technologies.
The flexible query module in the embodiment of the invention: the method comprises an abstract mechanism and an imaging strategy, wherein the abstract mechanism is the basis of flexible query, the abstract definition of a database table structure is used for imaging strategies, a user selects columns in the database, the columns are compared with constants or other columns to serve as query conditions, the query conditions are combined through AND, OR, NOT, complex query conditions meeting the requirements of the user are generated, and finally data are generated, for example, a data set in a Pascal VOC or YOLO format is generated.
As shown in fig. 3, the query conditions of the flexible query may be classified into complex conditions and simple conditions, simple conditions and simple logic expressions, and simple conditions or complex conditions and non-complex conditions, and selection conditions of final samples or data may be generated by constructing simple conditions and complex conditions, for example, a deep learning tool chain generates data to be annotated from original data according to the conditions of the flexible query, or selects all or part of annotation data from one or more pieces of annotation data to generate sample data, where the sample data includes both pictures and annotation information.
In a specific embodiment, it is assumed that there are already multiple label sets, for example, 8 types of defects including missing pin-gt, bowl pin fault-gt, missing nut-gt, small handshake damage-gt, pin pull-out-gt, nut loosening or under-fastening-gt, missing bolt-gt and pin installation defect-gt in the aisgcs0, other information also includes industry, service, scene, net province, local market, location, shooting equipment, database address, path and shooting time of the data set, a list of a certain list can be directly selected when a query condition is constructed, and the list is displayed in a form of 'list name-list name', and when one of list names is selected, the list name is selected. In order to improve training effect, the query condition is that the frame size is larger than 10px x 10px, only the pictures AND labels of the category with the missing pin-gt defect are selected, the picture size is 640 x 640 (YOLO v5 default size), namely, firstly, 3 simple query conditions are created, AND then, the conditions are connected by an AND operator, as follows:
condition 1 = defect class IN ("missing pin-gt')
Condition 2 = box size >10px x 10px
Condition 3 = picture size = 640 x 640
Return AND (Condition 1, condition 2, condition 3)
Finally, the sample set format (such as YOLO and Pascal VOC) and the ratio of the training data and the verification data are input, and the deep learning tool chain automatically generates the training data set and the verification data set, which can be directly used for training and verification.
According to the deep learning technology tool chain system provided by the embodiment of the invention, each process of deep learning is decoupled based on flow division of the deep learning training, the correlations are cleared, a set of architecture design taking a model warehouse as a core is formed, the deep learning tool chain is realized based on the architecture design, the flexible query function is combined, the output meeting the conditions can be regulated in each flow of the tool chain, the realization, the access, the replacement and the expansion of a third party interface are supported, a set of deep learning tool chain is formed, the whole process from original data to labeling data to sample data to the model to the application is realized, the management mode of a sample library and the model is optimized, the management efficiency is improved, and the original artificial sample management, the model migration time and the cost can be remarkably reduced.
It is apparent that the above examples are given by way of illustration only and are not limiting of the embodiments. Other variations or modifications of the above teachings will be apparent to those of ordinary skill in the art. It is not necessary here nor is it exhaustive of all embodiments. And obvious variations or modifications thereof are contemplated as falling within the scope of the present invention.

Claims (8)

1. A deep learning technique tool chain system, comprising: deep learning technology tool chain system architecture, interface definition and component implementation of the deep learning technology tool chain, and flexible query module, wherein:
the deep learning technology tool chain system architecture comprises a set of architecture taking a model warehouse as a core, the whole system is divided into a plurality of independent and interdependent functional modules through the flow division of deep learning training, and the functional modules comprise: the system comprises a model warehouse, a data processing tool, a model training tool, a calculation optimizing tool, a model evaluating tool and an application deployment tool, wherein the interface is separated from the implementation by defining the interface of each functional module of a deep learning technology tool chain, each functional module of the deep learning tool chain is realized on the basis of the interface, various query conditions are customized by a flexible query module, and data required by the next flow functional module is generated at each flow functional module;
the interface definition and component implementation of the deep learning technology tool chain comprises the following steps:
the model warehouse is used for supporting a version control function and a model format conversion function of the model and storing the model and metadata of the model;
the data processing tool is used for generating a sample set after data extraction and sample definition of the acquired original data; when the original data is a picture, the original picture is automatically zoomed when entering a sample warehouse module, the original picture is zoomed into common sizes of a plurality of deep learning training frames and is placed in different catalogues, and when a sample is generated, only the picture size is selected, and the picture with the corresponding size can be automatically used as a training set;
the model training tool is used for carrying out model training on the sample set;
the calculation optimization tool is used for retrieving a model from a model warehouse to optimize;
the model evaluation tool is used for evaluating the model in the model warehouse;
the application deployment tool is used for inquiring the model in the model warehouse according to application requirements and receiving the model corresponding to the feedback of the model warehouse.
2. The deep learning technique tool chain system of claim 1, wherein the deep learning technique tool chain system architecture describes abstract components, structures and connection rules of the deep learning technique tool chain and describes communication between components, which uses a model repository as a core for use with data processing tools, model training tools, application deployment tools, computation optimization tools, model evaluation tools, all other tools except the data processing tools interacting with only the model repository, the data processing tools being used to generate and provide samples to the model training tools; the model training tool puts the model after training and the metadata of the model into a model warehouse, and the calculation optimization tool optimizes the model fetched from the model warehouse; after the model evaluation tool evaluates the model in the model warehouse, the evaluation result is stored in the model warehouse; the application deployment tool retrieves the model in a model warehouse, the model warehouse returns the model to the application deployment tool, and if the model meeting the application requirement is not available, the model is fed back to the application deployment tool for the reason that the corresponding model is not found, and the query condition needs to be changed.
3. The deep learning technique tool chain system of claim 1, wherein the flexible query module: the method comprises an abstract mechanism and an imaging strategy, wherein the abstract mechanism is the basis of flexible query, the imaging strategy is defined for abstract definition of a database table structure, a user selects a column in the database and compares the column with a constant or other columns to serve as a query condition, the query condition is combined through AND, OR, NOT, a complex query condition meeting the requirement of the user is generated, and finally data is generated.
4. A deep learning technique tool chain system according to any one of claims 1-3, wherein the data processing tool comprises: the system comprises an original data module and a sample warehouse module, wherein the original data module is used for acquiring original data, and the original data is not marked;
the sample warehouse module comprises a data extraction sub-module, a sample definition sub-module and a sample generation sub-module, wherein the data extraction sub-module comprises an extraction task management unit, an extraction tool set and a result list, the extraction task management unit establishes a data extraction task, invokes a subset of all original data by calling the flexible query module, performs data annotation by the extraction tool set, and stores a data annotation result into the result list; and the sample definition sub-module is used for defining the sample by calling the flexible query module according to the data marking result, and automatically generating a required sample set through the sample generation sub-module after the definition is finished.
5. The deep learning technique tool chain system of claim 4, wherein the refinement tool set includes an automatic labeling tool for labeling the data set using the existing model and then transmitting to a human operator for verification, a labeling tool for labeling the raw data, and a third party tool interface; the third party tool interface is used for accessing a third party marking tool to mark the data.
6. The deep learning technique tool chain system of claim 1 or 2, wherein the model training tool comprises: autoML tool, custom algorithm module and model training module,
the autopl tool stores a plurality of deep learning tools;
the user-defined algorithm module obtains a user-defined algorithm input by a user through an interface;
the model training module invokes an initial model from the AutoML tool and/or the custom algorithm module by invoking the flexible query module according to the requirements, invokes a sample set from the sample generation sub-module to perform model training, and stores the trained model in the model warehouse.
7. The deep learning technique tool chain system of claim 1 or 2, wherein the application deployment tool comprises: the system comprises a business application module, a deployment tool module, a cloud reasoning module and an edge computing module, wherein the deployment tool module is used for calling a corresponding model from a model warehouse according to requirements for the cloud reasoning module or the edge computing module to use and sending data generated by the cloud reasoning module or the edge computing module to the business application module for use.
8. The deep learning technique tool chain system of claim 1 or 2, wherein the model evaluation tool's metrics for model evaluation in a model warehouse include: precision, applicable environment, time consumption.
CN202110221144.XA 2021-02-26 2021-02-26 Deep learning technology tool chain system Active CN112926736B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110221144.XA CN112926736B (en) 2021-02-26 2021-02-26 Deep learning technology tool chain system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110221144.XA CN112926736B (en) 2021-02-26 2021-02-26 Deep learning technology tool chain system

Publications (2)

Publication Number Publication Date
CN112926736A CN112926736A (en) 2021-06-08
CN112926736B true CN112926736B (en) 2023-12-08

Family

ID=76172503

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110221144.XA Active CN112926736B (en) 2021-02-26 2021-02-26 Deep learning technology tool chain system

Country Status (1)

Country Link
CN (1) CN112926736B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109408062A (en) * 2018-11-01 2019-03-01 郑州云海信息技术有限公司 A kind of method and apparatus of automatic deployment model training environment
CN109447248A (en) * 2018-11-09 2019-03-08 深圳增强现实技术有限公司 Deep learning platform and method
WO2019144728A1 (en) * 2018-01-29 2019-08-01 北京三快在线科技有限公司 Data processing
CN110188182A (en) * 2019-05-31 2019-08-30 中国科学院深圳先进技术研究院 Model training method, dialogue generation method, device, equipment and medium
CN110378463A (en) * 2019-07-15 2019-10-25 北京智能工场科技有限公司 A kind of artificial intelligence model standardized training platform and automated system
CN110428015A (en) * 2019-08-07 2019-11-08 北京嘉和海森健康科技有限公司 A kind of training method and relevant device of model
CN110457481A (en) * 2019-08-20 2019-11-15 腾讯科技(深圳)有限公司 A kind of method, apparatus, equipment and the storage medium of disaggregated model training
CN111078395A (en) * 2019-11-12 2020-04-28 华中科技大学 Deep learning GPU memory management optimization method and system based on tensor
CN111240656A (en) * 2020-01-16 2020-06-05 深圳市守行智能科技有限公司 Efficient deep learning model deployment framework
CN111291809A (en) * 2020-02-03 2020-06-16 华为技术有限公司 Processing device, method and storage medium
CN111582493A (en) * 2020-04-15 2020-08-25 马鞍山师范高等专科学校 Management system for deep learning model training
CN111814911A (en) * 2020-08-17 2020-10-23 安徽南瑞继远电网技术有限公司 Electric power AI training platform based on containerization management and training method thereof
CN212541377U (en) * 2020-08-17 2021-02-12 安徽南瑞继远电网技术有限公司 Electric power AI training platform based on containerization management

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11775850B2 (en) * 2016-01-27 2023-10-03 Microsoft Technology Licensing, Llc Artificial intelligence engine having various algorithms to build different concepts contained within a same AI model
US11675825B2 (en) * 2019-02-14 2023-06-13 General Electric Company Method and system for principled approach to scientific knowledge representation, extraction, curation, and utilization
CN110321112A (en) * 2019-07-02 2019-10-11 北京百度网讯科技有限公司 AI ability research/development platform and data processing method

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019144728A1 (en) * 2018-01-29 2019-08-01 北京三快在线科技有限公司 Data processing
CN109408062A (en) * 2018-11-01 2019-03-01 郑州云海信息技术有限公司 A kind of method and apparatus of automatic deployment model training environment
CN109447248A (en) * 2018-11-09 2019-03-08 深圳增强现实技术有限公司 Deep learning platform and method
CN110188182A (en) * 2019-05-31 2019-08-30 中国科学院深圳先进技术研究院 Model training method, dialogue generation method, device, equipment and medium
CN110378463A (en) * 2019-07-15 2019-10-25 北京智能工场科技有限公司 A kind of artificial intelligence model standardized training platform and automated system
CN110428015A (en) * 2019-08-07 2019-11-08 北京嘉和海森健康科技有限公司 A kind of training method and relevant device of model
CN110457481A (en) * 2019-08-20 2019-11-15 腾讯科技(深圳)有限公司 A kind of method, apparatus, equipment and the storage medium of disaggregated model training
CN111078395A (en) * 2019-11-12 2020-04-28 华中科技大学 Deep learning GPU memory management optimization method and system based on tensor
CN111240656A (en) * 2020-01-16 2020-06-05 深圳市守行智能科技有限公司 Efficient deep learning model deployment framework
CN111291809A (en) * 2020-02-03 2020-06-16 华为技术有限公司 Processing device, method and storage medium
CN111582493A (en) * 2020-04-15 2020-08-25 马鞍山师范高等专科学校 Management system for deep learning model training
CN111814911A (en) * 2020-08-17 2020-10-23 安徽南瑞继远电网技术有限公司 Electric power AI training platform based on containerization management and training method thereof
CN212541377U (en) * 2020-08-17 2021-02-12 安徽南瑞继远电网技术有限公司 Electric power AI training platform based on containerization management

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"基于Docker的工业大数据平台持续服务关键技术研究";罗亮;《硕士电子期刊》(第第06期期);第1-6章 *
"面向大数据的机器学习算法支撑平台设计与实现";邢源;《硕士电子期刊》(第第08期期);第1-8章 *

Also Published As

Publication number Publication date
CN112926736A (en) 2021-06-08

Similar Documents

Publication Publication Date Title
CN106341257B (en) Device for self-defining log analysis rule and automatically analyzing log
CN111652468A (en) Business process generation method and device, storage medium and computer equipment
WO2023130837A1 (en) Automatic machine learning implementation method, platform and apparatus for scientific research application
CN116468010A (en) Report generation method, device, terminal and storage medium
CN113220951B (en) Medical clinic support method and system based on intelligent content
CN114417012A (en) Method for generating knowledge graph and electronic equipment
CN1808428A (en) Information searching criteria presentation and editing system and method
CN107193906B (en) Method and device for generating process pipeline instrument diagram bill of materials
CN111898351B (en) Automatic Excel data importing method and device based on Aviator, terminal equipment and storage medium
CN112926736B (en) Deep learning technology tool chain system
CN100410875C (en) Solid mass-based software framework system and running method thereof
CN116303641B (en) Laboratory report management method supporting multi-data source visual configuration
CN112256555A (en) Automatic test case management system and test case execution state conversion method
CN107357919A (en) User behaviors log inquiry system and method
CN115599524A (en) Data lake system based on cooperative scheduling processing of streaming data and batch data
CN110062112A (en) Data processing method, device, equipment and computer readable storage medium
CN115510361A (en) Data chart page generation method based on visual configuration and related equipment
CN115509497A (en) Visual business rule engine construction method based on script language
CN115168361A (en) Label management method and device
CN111680337B (en) PDM system product design requirement information acquisition method and system
CN113255310A (en) Visual configuration method for inspection report in medical inspection LIMS (LiMS)
CN112329883A (en) Model training system, method, device and storage medium
CN112130841B (en) SQL development method and device and terminal equipment
CN117216092A (en) Method, device and equipment for optimizing TDSQL script and readable storage medium
CN108959417B (en) Method for dynamically generating column based on quick retrieval template

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 102209 18 Riverside Avenue, Changping District science and Technology City, Beijing

Applicant after: State Grid Smart Grid Research Institute Co.,Ltd.

Applicant after: STATE GRID ANHUI POWER SUPPLY COMPANY OVERHAUL BRANCH

Applicant after: STATE GRID CORPORATION OF CHINA

Address before: 102209 18 Riverside Avenue, Changping District science and Technology City, Beijing

Applicant before: GLOBAL ENERGY INTERCONNECTION RESEARCH INSTITUTE Co.,Ltd.

Applicant before: STATE GRID ANHUI POWER SUPPLY COMPANY OVERHAUL BRANCH

Applicant before: STATE GRID CORPORATION OF CHINA

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant