When importing the profit module, the Using TensorFlow backend. is printed to the console. However, this should not be printed as the default backend should be pytorch. Somewhat related to #47.
Current behavior
"Using TensorFlow backend."
Expected behavior
"Using PyTorch backend."