-
When I run "**python cv_train.py**" I got an error.
![image](https://user-images.githubusercontent.com/38368472/100111634-3d6f7f00-2ea9-11eb-8b3d-a5e9d858ff6b.png)
-
如题。是用bert的CLS输出作为文本表示后,为何在对比学习模块又添加了一个非线性层RELU呢?这个的作用是什么呢?直接使用bert的CLS输出作为文本表示进行对比损失会产生什么影响呢?
-
微博内容精选
-
很抱歉打扰,关注到贵组近期的工作GACL,对其中Figure 2中的alignment 以及 uniformity 的可视化很感兴趣,由于ICML2020原文并为放出源码,看到贵组近期对该可视化的实现想请问能否分享一下源码呢?
祝好
-
CATE papers; main ones.
CV : https://usaito.github.io/files/ICML2020_CFCV.pdf
-
In the file 'gin/papers/icml2020/pretrain_model.gin', the configurations are:
TranscribingAutoencoder.losses = [
@losses.SpectralLoss(),
]
SpectralLoss.loss_type = 'L1'
SpectralLoss.mag_we…
-
### Setup
I am reporting a problem with Biopython version, Python version, and operating
system as follows:
```python
import sys; print(sys.version)
import platform; print(platform.python_imp…
-
Hey, I have tried the new DDSP-inv model on human voice dataset. The encoded f0 looks much better on some of my data. But sometimes it has an "opposite" prediction like this:
![image](https://user-…
-
Hi, nice work. I wonder if it's possible to add adaptive checkpoint adjoint (ACA) solver as an option in this repo?
We recently published a paper in ICML2020 and enable NODE to achieve (even outperf…