Skip to content

Commit

Permalink
add Logging to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Sep 19, 2019
1 parent 297e2a2 commit e3b01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module MLToolkit
greet() = print("Welcome to Kai's machine learning toolkit!")

# Package level imports all go here
import PyCall, PyPlot, Distributions, Reexport, Distributed, Tracker, Requires, TensorBoardLogger, Images
import PyCall, PyPlot, Distributions, Reexport, Distributed, Tracker, Requires, Logging, TensorBoardLogger, Images

# Pre-allocating Python bindings
const axes_grid1 = PyCall.PyNULL()
Expand Down

0 comments on commit e3b01fa

Please sign in to comment.