FWQ
FWQ
I read the code recently and feel confused about the class `SimpleAbsSurjection`. The part of code is following: ``` def forward(self, x): z = x.abs() ldj = - x.new_ones(x.shape[0]) *...
I test the code in carla 0.9.10 with `dqn` method, but it gets an tensor reshape error in `class Preprocessing_Layer`: `can't reshape the [1, 13, 13, 256] to [1, 256]...
I'm a little confused by the equation (64). It is calculated by equation (63), but where is the other term in equation (64)? such as denominator comes from the covariance...
As shown in the title, the file aug_eq_model.py is missing. Would you like to upload it? Thanks
I want to know the mathematical details of the tutorial [Multiclass Classification](https://gpflow.github.io/GPflow/develop/notebooks/advanced/multiclass_classification.html). Which papers or materials should I refer to? Thank you very much.
I am a little confused about the codes in the function `prepare_ctc_scores`. The calculation of `stay_indices` is weird. Would you like to recommend a few materials to catch up on...
Can this method be used for Conv3d layer and enforce Lipschitz Continuity? And how to do it? Thank you very much!
An error has been encountered when I run: `python exampleinference.py` The error is as follows: > Traceback (most recent call last): File "./pbnt-master/examples/exampleinference.py", line 82, in inferenceExample() File "./pbnt-master/examples/exampleinference.py", line...
Hi, I run your code in the file deep_singular_value_dist.m. I have a question about the variable `scale` in the file. It turn out this variable is so important here. If...
A little mistake in your thesis. In Equation(5.25), the sign before (x-x') term should be plus. Also the Equation(5.11), I get the mean value 1/2*(2*log(sigma/omega)-log(2)-gamma), It is the same as...