thibo73800 / capsnet-traffic-sign-classifier

A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
Apache License 2.0
177 stars 90 forks source link

some problem occurred when the model was trained from a given ckpt #11

Open wEEang763162 opened 6 years ago

wEEang763162 commented 6 years ago

The path of ckpt and tensorboard which are saved every 1000 batches is a little bit wrong with the command linepython train.py path/to/dataset outputs/checkpoints/c1s_9_c1n_256_c2s_6_c2n_64_c2d_0.7_c1vl_16_c1s_5_c1nf_16_c2vl_32_lr_0.0001_rs_1--TrafficSign--1516951763.9006186

katchu11 commented 6 years ago

I think you are supposed to switch the positions of the path to dataset and the .meta file