Skip to content

Commit

Permalink
Update show.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dangf15 authored Feb 9, 2023
1 parent 8f89978 commit 55f54d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions show.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/usr/bin/env python -u
# -*- coding: utf-8 -*-

# Copyright 2018 Northwestern Polytechnical University (author: Ke Wang)

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
Expand All @@ -28,4 +23,4 @@ def show_model(nnet):
for module_name, m in nnet.named_modules():
if module_name == '':
print(m)
print("=" * 98)
print("=" * 98)

0 comments on commit 55f54d2

Please sign in to comment.