-
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
1. Suggest a new feature by leaving a comment.
…
-
I wish to implement clstm's network architecture in Keras, to facilitate extension and modifications to the network, and also to add gpu support.
I'm pretty much a newbie to NNs, and I'm trying to …
-
## Summary
In order to train this model, the following key details are required:
- Required `fwd`, `bwd`, `loss` and `opt` ops are supported e2e
- tenstorrent/tt-mlir#77
- tenstorrent/tt-mli…
-
I am running the `python evaluate_st.py --name market1501` but I receive the following error
`Traceback (most recent call last):
File "evaluate_st.py", line 149, in
query_feature = resu…
-
New models like Llama 3.1 have the "Cutting Knowledge Date" and the current date built into the system prompt. With these, some of the test cases need to be updated.
Example: #183, `simple` has thi…
aw632 updated
2 months ago
-
![image](https://user-images.githubusercontent.com/47954053/62909735-32cacc80-bdc1-11e9-9aea-b2cccba02d64.png)
-
State dependent feedback is discussed here
https://link.springer.com/article/10.1007/s00382-019-04686-4
Could also do a nice notebook about stability, given the paper above says, "Stability dep…
-
I appreciate your work! But i have a question. How do i download shot_summe.mat and shot_tvsum.mat?
-
We need to add memory traits which in the future we start to use to do something special. Here is the list I came up with so far:
Restrict: in kernels where data is accessed through a restrict view: …
-
shift(x, n_segment, fold_div=8, inplace=False, channels_range=[1,2]).
Now I want to use features extracted from I3D, but I do not konw what should I change, Can you tell me the meaning of these param…