Fabio Pardo
Results
3
comments of
Fabio Pardo
Hi! Thanks a lot :) I recommend to add environments like this: 1. Create a Python package with your set of environments, placing an `__init__.py` file at the root and...
Tonic does not prevent CUDA to be used actually. Do you have something specific in mind?
If you install TensorFlow GPU, CUDA will automatically be used. I usually disable CUDA with `CUDA_VISIBLE_DEVICES=''` when not using a large number of workers, images or recurrent networks because I...