Skip to content
Snippets Groups Projects
Commit 26604135 authored by Falguni Ghosh's avatar Falguni Ghosh
Browse files

Upload New File

parent 7aec5947
Branches
No related tags found
No related merge requests found
import numpy as np
class BaseLayer:
#weights = None
def __init__(self):
self.trainable = False
self.conv = False
self.testing_phase = False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment