-
实际上 Text-cnn在训练的时候 卷积层可以使用 多个 不同尺寸的卷积核 最后拼接到一个中间层上 然后输入多个 dense 可以尝试如下操作
``` python
# 第一卷积层
conv_4_layer = Convolution1D(200, 4, activation='tanh')(embedding)
# 第一池化层
max_pool_4…
-
When I run this command, it occurs:
CMake Error at CMakeLists.txt:90 (add_subdirectory):
The source directory
/mnt/d/NeuS2-main/dependencies/neus2_tcnn
does not contain a CMakeLists.tx…
-
I get the following error, when trying to train with the tcnn backend. I have PyTorch 2.0.1+cu118, Python 3.10, tinycudann 1.7. I've tried all versions of tinycudann down to 1.4:
```
Traceback (most…
-
**Describe the bug**
This may not be a bug, rather asking for help debugging or more clear warning messages.
I'm running the training process via `ns-train nerfacto` command, and I keep seeing the…
-
Some weights of XLMRobertaModel were not initialized from the model checkpoint at model/ and are newly initialized: ['roberta.pooler.dense.weight', 'roberta.pooler.dense.bias']
You should probably TR…
-
I've installed the docker version of this, but I am getting the following Error:
ImportError: /home/dreamer/.local/lib/python3.10/site-packages/tinycudann_bindings/_86_C.cpython-310-x86_64-linux-gn…
-
**Describe the bug**
I follow the instructions from the official website, installing nerfstudio and tinycudann.
And I can also run "nerfacto" well, but when I want to change to model "lerf", the pr…
-
**Describe the bug**
I do a test SHEncoding for implementation 'tcnn' and 'torch', but they get different results.
**To Reproduce**
Run the following python script.
```
import torch
from n…
-
Hi, great work on this package!
I'm looking to use this package in conjunction with other dependencies in a larger project and have no experience with nix. Since there are multiple top-level packag…
-
i have a build error in building cutlass, does anyone know the reason? here is my log
`➜ NeuS2-main vi dependencies/pybind11/CMakeLists.txt
➜ NeuS2-main cmcmake . -B build
-- Targeting GPU arch…