bourdakos1 / capsule-networks

A Tensorflow implementation of Capsule Networks
MIT License
478 stars 156 forks source link

import pb with config #10

Open GaranceRichard opened 5 years ago

GaranceRichard commented 5 years ago

from capsule.config import cfg from capsule.utils import load_mnist from capsule.capsNet import CapsNet

import os import tensorflow as tf from tqdm import tqdm

return : ModuleNotFoundError Traceback (most recent call last) /content/capsule/capsNet.py in () 7 import tensorflow as tf 8 ----> 9 from config import cfg 10 from utils import get_batch_data 11 from capsLayer import CapsLayer

ModuleNotFoundError: No module named 'config'

GaranceRichard commented 5 years ago

I suggest : 9 from capsule.config import cfg