question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Specify theano flags in readme and create an out directory

See original GitHub issue

it took me a while to figure out

mkdir out
THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python image_analogy.py images/arch-mask.jpg images/arch.jpg images/arch-newmask.jpg out/arch

I also creating an AMI in northern virginia region. will share once its ready.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Mar 12, 2016

@EliotAndres here is the AMI in northern virginia, it contains,

  • neural-style (working),
  • neural-doodle (issues with cudnn version),
  • image-analogies (affected by this bug)
  • chuanli11/CNNMRF (untested, but the AMI has torch support)

AMI ID ami-29e6e143 AMI Name aub3art

1reaction
ghostcommented, Mar 12, 2016

@EliotAndres I have an AMI. I will make it public soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

config – Theano Configuration - Read the Docs
This is a list of comma-delimited key=value pairs that control Theano's behavior. If a value is defined several times in THEANO_FLAGS , the...
Read more >
Theano/configdefaults.py at master - GitHub
Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.
Read more >
config – Theano Configuration
The best is to define it via Theano configuration file or with the environment variable THEANO_FLAGS. Positive int value, default: 200000.
Read more >
How to set up theano config - Stack Overflow
Theano does not create any configuration file by itself, but has default values for all its configuration flags. You only need such a...
Read more >
DetermineGermlineContigPloidy – GATK - Broad Institute
It is crucial that the user has properly set up a python conda ... users can specify the theano compilation directory (which is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found