Skip to content

Commit 21b34a6

Browse files
authored
show_model
1 parent ef7f8d6 commit 21b34a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

draw_net.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# *_*coding:utf-8 *_*
21
import pandas as pd
32
import os
43
import matplotlib.pyplot as plt
@@ -46,4 +45,4 @@ def show_grapth(img):
4645

4746
from torchviz import make_dot
4847
draw = make_dot(output, params=dict(model.named_parameters()))
49-
draw.view()
48+
draw.view()

0 commit comments

Comments
 (0)