Open adamltyson opened 6 months ago
TensorFlow creates a lot of noise on the console, so the solution used to be:
Now with the move to torch, this shouldn't be necessary, so we can move all the imports back to the top of files where they belong.
cc @IgorTatarnikov
TensorFlow creates a lot of noise on the console, so the solution used to be:
Now with the move to torch, this shouldn't be necessary, so we can move all the imports back to the top of files where they belong.
cc @IgorTatarnikov