-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Dataset, train.py not creating 'model.ckpt-0' #5
Comments
Hi Ken I'm not familiar with your dataset. Part of your learning experience is to On 19 June 2016 at 00:19, kenfrederick notifications@github.com wrote:
|
I would also investigates the average number of line segments per sample in On 19 June 2016 at 00:22, hard maru hardmaru@gmail.com wrote:
|
Fair :) So this type of "error" comes more from the data? For reference I have a collection of SVG's that more or less take on this structure:
I'll keep plugging away at it, but if you have any tips, I'm all ears. Thanks! |
@frederickk did you ever figure out how to do your own dataset and train it? If so could you share the experience? |
caveat: I'm very noob with all things machine learning as well as python
I've got the sample data working just fine e.g. clone repo and run
python sample.py --filename example_name --sample_length 1000
Now, I'm trying to use my own SVG dataset (placed within
./data
and when I runpython train.py
after about 2–3 minutes it generates astrokes_training_data.cpkl
in the./data
folder andconfig.pkl
in the./save
folder.I've ran other examples of neural training and typically it takes much longer to train a dataset and there are also a series of model checkpoint (?) files e.g.
model.ckpt-0
generated per epoch (?). Is there a reason why I'm not getting the same results?The text was updated successfully, but these errors were encountered: