This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
i am so frustrated so any help would be appreciated
File "train.py", line 313, in <module>
main()
File "train.py", line 291, in main
feed_dict={train_context: sample_batch()})
File "train.py", line 267, in sample_batch
return [data_sampler.sample(1024) for _ in range(args.batch_size)]
File "train.py", line 267, in <listcomp>
return [data_sampler.sample(1024) for _ in range(args.batch_size)]
File "C:\Users\Nic\Documents\gpt-2\gpt-2\load_dataset.py", line 73, in sample
assert length < self.total_size // len(
ZeroDivisionError: integer division or modulo by zero.
It seems like everytime i fix a problem 8 more come
Subreddit
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/GPT/comment...