Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcCha committed May 11, 2018
1 parent b6dd81c commit f180357
Show file tree
Hide file tree
Showing 2 changed files with 627 additions and 0 deletions.
2 changes: 2 additions & 0 deletions committee.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from pathlib import Path

from net import *

nets = [CNN() for _ in range(35)]
Expand Down
Loading

0 comments on commit f180357

Please sign in to comment.