Thai Thien

Results 51 issues of Thai Thien

``` (base) ➜ ~ sudo cassandra-web Traceback (most recent call last): 8: from /usr/local/bin/cassandra-web:23:in `' 7: from /usr/local/bin/cassandra-web:23:in `load' 6: from /var/lib/gems/2.5.0/gems/cassandra-web-0.5.0/bin/cassandra-web:104:in `' 5: from /var/lib/gems/2.5.0/gems/cassandra-web-0.5.0/bin/cassandra-web:46:in `run' 4: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in...

In script [NeuralSytleTransfer/train.py](https://github.com/sunshineatnoon/Paper-Implementations/blob/master/NeuralSytleTransfer/train.py) the open_and_resize function should not hard-code ``` styleImg = transform(util.open_and_resize_image(opt.style_image,256)) contentImg = transform(util.open_and_resize_image(opt.content_image,256)) ``` rather, it should use parameters from opt.imageSize

I am talking about vgg in [vgg.py](https://github.com/sunshineatnoon/Paper-Implementations/blob/master/NeuralSytleTransfer/vgg.py) The model is inconsistent with pre-trained model provided torchvision package ` from torchvision.models import vgg16` The pre-trained model in torchvision package as follow:...

You can use Dokku on your own server to host bandwidth-hero-proxy. Worked as Heroku https://github.com/dokku/dokku Just create an app on Dokku `dokku apps:create bandwidth-hero-proxy # on dokku server` Then from...

I am trying to host on AWS beantalk because heroku seem not to have enough RAM. But I can't set HTTPS.

Hi @ayastreb , I think I would need API documentation (how to make request with postman, ...). I would like to make another application that would use my bandwidth-hero-proxy as...

This is the code I run notebook from python code. pm.execute_notebook( os.path.join(self.template_path), jupyter_full_path, parameters=param_dict ) However, the notebook (i.e: the template) have kernel in their metadata. So I keep getting...

enhancement
help wanted

http://www.deeplearningbook.org/ said: > Can I get a PDF of this book? > No, our contract with MIT Press forbids distribution of too easily copied electronic formats of the book.

Follow the example of ["Problem type inference"](https://dylan-profiler.github.io/visions/visions/getting_started/examples/ml_problem_set.html). ![graph](https://i.imgur.com/g8Qwbp6.png) From one dataframe, I already make a list of type for each column. Here is the type_list: ``` [Discrete, Nominal, Discrete, Nominal,...

enhancement

I try to build with ``` magicbook build ``` It print out console like this ``` Config file detected: magicbook.json Prince XML error -> HTML build finished ``` In build...