-
Rotation-only spatial transformer networks. I want to learn a theta parameters which only rotation support. I know rotation mean [cos(theta), -sin(theta),sin(theta),cos(theta)], but how to constrain t…
-
### 向量数据库(Vector Database)
#### 简介
**向量数据库**是一种专门用于存储、查询和管理高维向量数据的数据库系统。向量数据库可以高效处理**向量搜索**、**相似性检索**和**机器学习模型输出的特征向量**。它的核心目标是解决如何在海量的向量数据中,快速找到与给定向量最相似的数据。
#### 向量是什么?
向量(Vector)在计算中通常指的是一…
-
Hi! I've been trying to porting nanoGPT to Rust with dfdx. The `transformer` module is awesome! but it seems an important trick is missing, which is the attention mask in `TransformerDecoderBlock`. I …
-
Trying to save the model using tf.keras.models.save_model leads to a TypeError:
File "detr_tf/networks/transformer.py", line 211, in call
key_mem = memory + pos_encoding
TypeError: unsupported op…
-
## 🚀 Feature
[This paper in ICLR ](https://openreview.net/pdf?id=SJgxrLLKOE) describes a new attention mechanism for graph neural networks that builds off of the original multi-head attention for…
vymao updated
4 years ago
-
Related to #102. `.del_objects()` should not just delete objects that are children of the deleted objects but also those that are electrically connected using link objects (_e.g._ transformers, lines)…
-
http://grayxu.cn/2019/07/23/ST-GAN/
Intro这篇文章主要讲的是如何用GAN来做图片的组合生成。本文主要介绍的是ST-GAN: Spatial Transformer Generative Adversarial Networks。
-
Just a point of curiosity really. I noticed in your code that either ReLU or Swish is used. I understand the choice of including ReLU as it is commonly accepted as being very efficient. However the us…
-
1. **Orientation**
Overview of the Tech Society.
*Host: All 2nd and 3rd year members*
2. **Distributed Systems - Basics**
Introduction to scalable servers and tools.
*Host…
-
Idea: should we have a tag or multiple that categorize models by algorithm kind?
What I mean is not the scientific type - forecaster, classifier - but the "fitting principle" that the model uses. H…