Transformer course business dialogue robot rasa 3 X continuous integration and continuous deployment
Transformer course business dialogue robot rasa 3 X continuous integration and continuous deployment
Continuous Integration and Continuous Deployment
Even if the development context assistant is different from developing traditional software, you should still follow software development best practices. Setting up continuous integration and co ...
Posted by discorevilo on Thu, 20 Jan 2022 19:31:02 +0100
Detailed explanation of Shifted Window algorithm
Swin Transformer
Author: elfin Source: Swin
Original link: https://www.cnblogs.com/dan-baishucaizi/p/14661164.html
catalogue
abstract1. Introduction2. Related work
2.1 CNN and its variants2.2 self attention mechanism based on backbone structure2.3 self attention / transformers as a supplement to CNNs2.4 Transformer based b ...
Posted by Frozenlight777 on Tue, 18 Jan 2022 04:30:50 +0100
Transformer course business dialogue robot rasa 3 X run command learning
Transformer course business dialogue robot rasa 3 X run command learning
rasa data migraterasa data validaterasa exportrasa evaluate markersrasa x
Rasa official website
https://rasa.com/
rasa data migrate
A unique data file whose domain format has changed between 2.0 and 3.0. You can automatically migrate 2.0 domains to 3.0 format. You c ...
Posted by utpal on Mon, 03 Jan 2022 15:18:12 +0100
swin transformer core code record
At present, the updated part includes the basic setting, basic module, relative position coordinate understanding and some code display of swin.
swin contains four setting s, tiny, small, base and large. It can be compared to resnet.
Swin-b main part network structure BasicLayer
Structure display
BasicLayer(
(blocks): ModuleList ...
Posted by therainmaker53 on Tue, 21 Dec 2021 17:14:56 +0100