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

Upload New File

parent d6b94b15
No related branches found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment