personalorg

Results 8 issues of personalorg

What could be the cause and fix of this CUDNN_STATUS_BAD_PARAM error? I cannot get this to extract the features. Pytorch otherwise runs fine on my Ubuntu + Anaconda machine. >my@my:~/Dropbox/x/CV/pytorch-pruning$...

node -v v10.5.0 npm -v 6.1.0 electron -v v1.4.13 ``` 4 warnings and 3 errors generated. make: *** [Release/obj.target/leveldown/src/batch.o] Error 1 prebuild ERR! build error prebuild ERR! stack Error: `make`...

The original decoder from Kiros is here: https://github.com/ryankiros/skip-thoughts/tree/master/decoding How would this be implemented in this repo?

The Github repo and pypi installers for Neobunch have been taken down. How do you install this dependency? Can change the code and eliminate this dependency? It would otherwise be...

Using the latest version of Electron 1.4.13, the app does not start. ``` | => npm start > [email protected] start toptal-electron-loki-demo > electron ./src App threw an error during load...

The mnist code fails to learn anything for at least the first 15 epochs and counting. It is still running. The accuracy is static at about 10%. If the net...

The TimeSeriesEstimator fits to any "X" time series matrix without needing to specify a "y" target. The TimeSeriesEstimator inherents the sklearn.base.BaseEstimator class, so any sklearn.linear_model model works fine without needing...