Valentin Vieriu

Results 28 comments of Valentin Vieriu

Docker offers isolation and a reproducible environment. This will allow people to test and run your app without having all the needed dependencies. You have to have docker and docker-compose...

@xoryouyou Do you think you can share the Docker file also? I want to have a look on how you build your image. I'm trying to use `https://github.com/crisbal/docker-torch-rnn/blob/master/CUDA/8.0/Dockerfile` but it...

This is the issue that pops out: ''' copying h5py/tests/hl/test_file.py -> build/lib.linux-x86_64-2.7/h5py/tests/hl running build_ext Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-MyYa9y/h5py/setup.py", line 140, in cmdclass...

Ok for future references, this fixed the building issue on ubuntu 16.04 replace ``` RUN git clone https://github.com/jcjohnson/torch-rnn && \ pip install -r torch-rnn/requirements.txt ``` from `https://github.com/crisbal/docker-torch-rnn/blob/master/CUDA/8.0/Dockerfile` with ``` #torch-rnn...

Thank you @optikfluffel

Thank you for the input @genekogan. I will try couple of different input images. Can you share your cubism image with us? I'm curious about the size. Also did you...

Hi @genekogan , I've posted a request on https://github.com/yusuketomoto/chainer-fast-neuralstyle/issues/1#issuecomment-228944706 and @yusuketomoto mentioned that I should try to modify the batchsize to 1 and then the output should look much better....

we will evaluate the feasibility of synchronizing the ModuleTemplate to the SKR Cluster and adjust them so that they can be used by the UI to display the list of...

We decided not to use a Catalog CR but instead sync ModuleTemplate to the target cluster and use those instead. We will have to adjust the ModuleTemplate to contain some...

This works now in v 4.0 by using the configuration file