-
Hi,
I wanted to check if it is possible for the two operations to produce identical results. I found that `jnp.isclose` assertion fails on the output when comparing `torch` vs `equinox` convolution…
-
Hello, I have successfully intergrated nougat with GPT-Academic project. However, the users found a parameter mismatch problem in a PDF.
With some debugging trick, I can reproduce this problem unde…
-
Hello, The iekfnets.p file downloaded from wget "https://www.dropbox.com/s/77kq4s7ziyvsrmi/temp.zip" does not correspond with the MesNet structure. The fourth layer has different size and apparently t…
-
Hello!thank you for your great work.
I trained rdm.pth from main_rdm.py,and trained mage.pth from main_mage.py, when I want to visualize the genereation, I encount this problem:
RuntimeError …
-
### Describe the issue
Issue: Not able to fine tune the LLaVA model with llava-v1.5-7b.
also I am sharing my arguments below here so when I am running the code it gives me error as
size m…
-
Provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible also provide a summary of what steps or workarounds y…
-
### Godot version
4.1.1.stable.mono
### System information
Arch Linux Zen Kernel 6.3 Ryzen 5900x Nvidia RTX 2080TI 11GB (proprietary drivers)
### Issue description
When using pin joints with the …
-
定义了一个卷积层,weight全为1,bias为None,输入数据为随机。
paddle的卷积核输出结果与torch相差比较大,但是切换的cpu或者使用2080ti计算时,误差就很小。
环境:cuda11.2 pytorch1.7.0 paddle2.0.2
import numpy as np
import torch
import paddle
from paddle.nn.i…
-
I implement attention model
```python
class AttentionLayer(Layer):
'''
Attention Layer over LSTM
'''
def __init__(self, output_dim=None, init='glorot_uniform', attn_activation=…
-
This model was released yesterday, so I imagine it may have something to do with that?
Running the following command:
```
python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --ch…