Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide_intermediate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To setup the library to use your GPU or CPU explicitly in 32-bit or 64-bit mode,
# Use the CPU in 64-bit mode.
from sknn.platform import cpu64

WARNING: This will only work if your program has not yet imported the ``theano`` module, due to the way that library is designed. If ``THEANO_FLAGS`` are set on the command-line, they are not overwridden.
WARNING: This will only work if your program has not yet imported the ``theano`` module, due to the way that library is designed. If ``THEANO_FLAGS`` are set on the command-line, they are not overridden.


Multiple Threads
Expand Down