Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 299386814
Change-Id: I6208f7a03b4d9a2863116cfa1b0b024a3893d070
  • Loading branch information
qkeras-robot authored and copybara-github committed Mar 6, 2020
1 parent bc70882 commit 01a61fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/example_mnist_bn.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@
from __future__ import division
from __future__ import print_function

import os
from collections import defaultdict
import os

import tensorflow.keras.backend as K
import numpy as np
from six.moves import zip
from tensorflow.keras import callbacks
import tensorflow.keras.backend as K
from tensorflow.keras.datasets import mnist
from tensorflow.keras.layers import *
from tensorflow.keras.models import Model
from tensorflow.keras.optimizers import *
from tensorflow.keras.utils import to_categorical
import numpy as np

from qkeras import *

Expand Down

0 comments on commit 01a61fb

Please sign in to comment.