Skip to content

Commit

Permalink
delete unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ottolu committed Aug 4, 2017
1 parent 039a91c commit 38a05d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# for full license information.
# ==============================================================================

from __future__ import print_function
from __future__ import division

import os
import math
import argparse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
# for full license information.
# ==============================================================================

from __future__ import print_function
from __future__ import division

import os
import math
import argparse
import numpy as np
import cntk as C

import cntk.io.transforms as xforms
from cntk.debugging import start_profiler, stop_profiler, set_computation_network_trace_level
from cntk.learners import learning_rate_schedule, momentum_schedule, nesterov, UnitType
from cntk.logging import ProgressPrinter, log_number_of_parameters
Expand Down

0 comments on commit 38a05d2

Please sign in to comment.