-
All the hyperlinks in the documentations in this page have wrong re-direction links.
For example, the text `Amazon Redshift Getting Started Guide` should redirect to: http://docs.aws.amazon.com/redsh…
-
Runtime Error occurs while loading state_dict for provided TResNet-L model. I think provided pretrained model and **TResnetL** class differ. **Selective (CSL) - TResNet-M** works without any problems.…
-
```
What steps will reproduce the problem?
Use any example on this page: http://www.svgbasics.com/font_effects_italic.html
What is the expected output? What do you see instead?
I expect tspan eleme…
-
```
What steps will reproduce the problem?
Use any example on this page: http://www.svgbasics.com/font_effects_italic.html
What is the expected output? What do you see instead?
I expect tspan eleme…
-
I would like to change the activation function `activationfun` in deepnet (`method = "dnn"`). Could you implement this, please?
-
Hi, the original code that you have mentioned in your file (models/resnet.py) is given as:
out = x
if layer_mix == 0:
#out = lam …
-
First of all, thanks for your amazing work as well as sharing the necessary resources to encourage the reproducibility of your work. However, I have been encountering some issues to even executing the…
-
### What happened + What you expected to happen
We touched an issue related to the thread limit in Ray tune. Our application of using Ray is multi-tenancy usage and multiple clients could submit jo…
-
The issue of Paper.js being slow due to the redraw cycles has been brought many times before so I won't elaborate here.
#
### Possible solution
I figured that maybe it's possible to have Layers that…
-
I'm trying to implement a single kernel which performs matrix multiplication followed by a non-unary activation function f(x, y) = sigmoid(x)*tanh(y). In a neural network library this would implement…