-
The Musenet API takes 2 extra parameters that aren't controllable through their frontend - temperature and truncation. The app is set up to change those, but I don't know what they do. Try to figure o…
-
I don't think that fans are detected nor controllable on the Surface Pro 9 (and thus tools like https://github.com/Rem0o/FanControl.Releases do not work); ideally it would be good to have support for …
-
Thank you for the subsequent updates on more controllable methods, including edge, depth, etc. So fast.
But I have a question, when I want to combine 2d box and canny edge to control the image gene…
-
I have a question regarding Table 6 in the paper of the magicDrive v7 version. If the training period is adopted at 2x, the difference in the cam-only results between using and not using synthetic dat…
-
**Describe the bug**
I'm trying to pick a random gate from an array, and using `DrawRandomInt` as the index fails because it doesn't support controlled and thus adjoint cannot be generated.
**To…
-
Hi, @Sachin19, thanks to share your interesting work.
I think the idea of continuous optimization for controllable text generation is great, but when I'm going to run your code, I find there is no …
-
* one friend work on more fine-grained and controllable paraphrase generation
* he wants to use automated metrics to assess the quality of generated paraphrases and filter low-quality ones
* he woul…
-
We have a WSDL which contains the following:
```
... binding:
```
After SEI generation and endpoint publication the JAX-WS generated WSDL collapses both into one message:
```
…
-
If you're spreading props from a user provided source we have a XSS. E.g.
```js
var data = JSON.parse(decodeURI(location.search.substr(1)));
function Foo(props) {
return {props.content};
}
…
-
Hello! Thank you for such an amazing tool.
I am trying to implement it for my task: i want model to generate texts according to one of three sentiments: positive, neutral, negative. I am not sure …