-
`if regularizer is not None:`
` regularizers = sum([tf.nn.l2_loss(variable) for variable in self.variables])`
` loss += (regularizer * regularizers)`
it seems like that you have reg…
-
The following chapters are incomplete or missing:
- [ ] What are tests for?
- [ ] Unit tests
- [ ] Integration tests
- [ ] Regression tests
- [ ] Testing stochastic models
- [ ] I found a bug,…
-
### Hi all,
I'm trying to run the seq 2seq model. (seq2seq-translation-batched.ipnb)
My environment is python 3.6.4, torch 0.4.0
And I make some modification:
1. disable anything related to…
-
MWDT version: R-2021.03
`gmake ROUND_MODE=CONVERGENT TCF_FILE=../../hw/em9d.tcf`
```
cmake \
-DDEBUG_BUILD=ON \
-DEXT_CFLAGS= \
-DOPTMODE=speed \
-DGEN_EXAMPLE…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues).
- [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/get…
-
Firstly, thank you for making this package.
I'm currently working on a research project involving the application of SINDy-PI from the PySINDy library. My specific focus is on modeling a double pendu…
-
i have set up the environmet succesfully, but when i run `lm_eval --model mamba_ssm --model_args pretrained=state-spaces/mamba-130m --tasks lambada_openai,hellaswag,piqa,arc_easy,arc_challenge,winogra…
-
## Description
Hi, I'm newer to TensorRT and I'm trying to understand the layer performance. I read the doc [Optimizing for Tensor Cores](https://docs.nvidia.com/deeplearning/tensorrt/developer-guide…
-
The loss should be using the triangular structure, and thus additive nature of the log-likelihood.
For each sub log-likelihood, we may add the information criterion component.
I.e., we seek to evalu…
-
- [ ] Statically enforced frozen dataclasses: https://github.com/pytorch/pytorch/pull/120238#discussion_r1507016873
- [ ] Can we get rid of `NormReduction` and directly pass the partial placement to …
awgu updated
6 months ago