ishan dutta

Results 75 issues of ishan dutta

I am talking about systhesising not training. This is what I did, I downloaded pretrained model : https://drive.google.com/file/d/17bt6laBcTcjZCsLUzdTjtaH2hQQyki8E/view created a directory `PWN_LOGDIR` and renmed checkpoints to fix [this](https://github.com/bfs18/nsynth_wavenet/issues/31) and then...

It can probably be done using https://github.com/foonathan/cppast Don't close this feature . If no one takes it up I'll probably send a pull request once I have bandwidth.

> Refused to display 'https://accounts.google.com/o/oauth2/auth?client_id=908066752779-mdk6qbjso6…res__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCN8JseLlroouWL-nZwJXvwJR1w0RQ' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

I believe the code is designed to expand headers within `""` only. For example when I am trying to amalgamate this code [primecount api](https://github.com/kimwalisch/primecount/blob/master/test/api.cpp), since in `#include ` the header...

I am on MinGW x64 system hosted on Windows7 I installed `quom` via ``` pip install --user quom PATH=/c/users/hp/.local/bin:$PATH quom crt.hpp crt_gen.cpp ``` It runs silently without any output or...

whenever I add `remote_theme: jekyll/minima` to the `_config.yml` I get the following error in building ``` ** github-pages 228 | Error: Undefined variable: "$grey-color". on line 132 Remote Theme: Cleaning...

I am aware of [scrolling](https://geist-ui.dev/en-us/components/tabs#scroll-behavior) behaviour done as part of [this](https://github.com/geist-org/geist-ui/issues/400) I have another small suggestion. Since the scroll is not very intuitive most of the times users are not...

It generated new line in CRLF format. As a consequence when we view those files in `git` in unix we get `^M` at the end of every line. Github by...