binkiebinkie
Results
2
comments of
binkiebinkie
trafficstars
I don't know how to switch between GPU and CPU, but you can check what you're using by logging with something similar to the following: sess = tf.Session(config=tf.ConfigProto(log_device_placement=True)) then in...
I am getting a similar issue periodically when generating from this: ai.generate(n=1, prompt="sup morty", temperature=4.6, return_as_list=True). Also, are we able to leave the prompt empty? If I do, it doesn't...