Hyacinthax commited on
Commit
a07bffa
·
verified ·
1 Parent(s): 91952ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -17,9 +17,6 @@ This is a generative sequence model that uses a few custom modules to generate c
17
  It's trained on Cornell's Convokit Movie-Corpus.
18
 
19
  I run it on Google Colab using Jupyter Notebook; I am making a system version too that uses FP32 instead of FP16.
20
- If you try it out and get this error, just rerun it. I'm trying several catches for it;
21
-
22
- ValueError: Training data contains 1 samples, which is not sufficient to split it into a validation and training set as specified by `validation_split=0.2`. Either provide more data, or a different value for the `validation_split` argument.
23
 
24
  I have another version that's not so customizable which is what runCorpus is based off.
25
  The model has proven functional. The problem with sequence is I need to add attention and training will still take a very long time.
 
17
  It's trained on Cornell's Convokit Movie-Corpus.
18
 
19
  I run it on Google Colab using Jupyter Notebook; I am making a system version too that uses FP32 instead of FP16.
 
 
 
20
 
21
  I have another version that's not so customizable which is what runCorpus is based off.
22
  The model has proven functional. The problem with sequence is I need to add attention and training will still take a very long time.