-
I keep trying to import from a file, and I think many people who've used rust may have a similar bias so can files be their own namespace even if still implicitly imported, just so this stumbling poin…
-
Dear author:
Thanks a lot for your great contribution to multi task policy learning.
Any suggestion on debugging followed issue?
When I run followed cmdline, I got runtime error:
RuntimeError: …
-
Currently, the model for selecting indexes is based on relative reduction in row count and stops at a user-defined threshold. We can improve this model by accounting for the cost of an index and weigh…
-
Hello,
just cloned the repository and made a "make all" on my Mac.
just "make" works, but "make all" fails!?
```
I ccache not found. Consider installing it for faster compilation.
I whisper.cpp…
-
I started train.py on my custom weights with --evolve parameter for 6 epochs.
Everytime it ends with error:
```
Transferred 555/566 items from backup/SGD/31_third-run-31-ep/weights/best.pt
Scaled …
-
I tried to test the script from scripts/cogvideox/fastercache_sample_cogvideox5b.sh, and the model is downloaded from https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT/tree/main, but I got error as the…
-
Note: I started this idea in a private boxnote last week when the challenge was first announced. I'm posting the whole thing as originally jotted down, not going to try to conform to the readme.md f…
-
We've (through Ander Gray) come across a bug which results in a failure to sample an inelastic reaction. In this instance, its due to the fact that at the the elastic scattering cross section is 0 at …
-
HI :
now I use BlockLSTM for build lstm layer ,but I don't know how to update the lstm weight parameters , if need use blockLSTMGrad or something to do ,the coda is paste here:
```
obje…
-
Motivating example:
```julia
using Flux
d1 = Dense(2, 2)
d2 = Dense(d1.weight, d1.bias)
c = Chain(d1, d2)
x = rand(2, 1)
julia> gradient(c) do m
sum(m(x))
end
((layers …