-
Hi,
I am trying to run [Tutorial_new_model_training
](https://github.com/atomicarchitects/phonax/blob/main/Tutorial_new_model_training.ipynb) but getting an error in step 3 [construct and initialize…
-
Hi,
Is there a way to load inception_v4 weights from a custom .pb tensorflow model? The weights are different than the one from the original inception but the architechture is the same.
It looks …
-
### 🐛 Describe the bug
I run source build pytorch(torch==1.10.0) and torchvision(torchvision==0.12.0).
train code snippet:
```
from torchvision.ops import DeformConv2d as Modulate…
-
At present, the **name** of **Gluon** layer is automatically extended to `xxx/operator0_fwd`, based on `name_scope`, which embodies modularization and avoids naming conflicts. However, the **name** fi…
-
I've installed the correct requirements. But after running this:
`python main.py --dataset cifar10 --arch vgg --depth 16`
I'm getting the following error:
```
Traceback (most recent call last):
…
-
I use nvidia 3090, cuda 11.3, py3.6 torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
currently I still can not load…
-
https://github.com/jmpark0808/Ego-STAN/blob/77622fc0df608dac334214fb77448564539295fb/utils/evaluate.py#L544-L552
I have some questions about the part where you evaluate the result.
In the part whe…
-
Hi,
I'm doing related work, but some videos in the YouTube Highlights dataset have been lost. I see that you used the dataset in your paper. Can you share it with me?
Thank you, Ming Nie.
-
Recently, I try to use world_expo'10 dataset, but I found I'm hard to reduce the MAE of scene4. When MAE of scene1 is 1.5 and scene5 is 2.6, scene4 is 36.75.
I use train_frame to train and test_fr…
-