-
I ran `python MELD/teacher.py` and the following message occured:
```
python MELD/teacher.py
Could not find image processor class in the image processor config or the model config. Loading based o…
-
### Description
Hi,
I am trying to run a simple MLP on A100 GPU with multi-dimensional batch inputs of shape *(b1, b2, input_dim)* and output shape *(b1, b2, 1)*. Flax outputs when passing the ent…
-
@seasonyc Hi, I try to run the DenseNet, and It occurs the following error when the input shape is (28,28,1).
> Using TensorFlow backend.
> Creating DenseNet
> ##################################…
-
```julia
using Flux, DiffEqFlux
using Diffractor: var"'", ∂⃖
chain = FastChain(FastDense(1,12,Flux.σ),FastDense(12,1),(x,p) ->x[1])
initθ = (DiffEqFlux.initial_params(chain))
chain_f = (x) -> c…
-
Hey, thanks for the great effort!
I am trying to evaluate my dense reconstruction pipeline.
However, for some datasets of the advanced set I cannot successfully recover all camera poses neither wi…
-
hi, thanks for the great work.
and I have several questions:
1.
suppose my input img is (384,384), batch-size 20, window-size 5
when do fine matching with fine features(192, 192), you use torch's …
-
#### “match”
Yang, Xiao, et al. "Adversarial training for community question answer selection based on multi-scale matching."
https://arxiv.org/abs/1804.08058
Kim, Seonhoon, et al. "Semantic sent…
-
I have a multi-target workload with very sparse labels. In other words, a single observable/sample is not a (bool label, SparseF[] features) tuple, but rather a (SparseF[] labels, SparseF[] features).…
-
Hi,
I am trying to use this algorithm to replace my PCL ICP based system but have not been able to get any decent transformations. I am trying to align a laser scanned model of an object with the s…
-
Hi,
at first glance this library looks really nice (with regard to API, code and docs) and i really like it. Kudos for that!
The first steps were easy to follow using the examples.
However,…