aletote
aletote
How can I do it? The example doesn't show code for this.
That.
I'm getting errors everywhere, every time I fix one I get another. Both on Python and Python3. Please make sure that other people can run your code before sharing. I...
I get this error when running zero_demo.py, what is the probiem?
I would like to test it out but how do I replace the random bot with it in human_v_bot.py? When I want to call it I dont know what to...
I need to use the GPT-2 for generating similar structure of numbers and symbols. Which are a representation of my dataset. But the 1024 token limit is a big limitation...
I see that, like GANs in their time, a lot of new transformer architectures came out. Is there a better one that we could use now than gpt-2 to generate...
I found the one that is used here: https://github.com/quadrismegistus/prosodic works much better, but I don't know which one is.
Is there a way to do it? If so, what is it? In your notebook example to create gpt-2 from scratch there's a line: config = build_gpt2_config(vocab_size=5000, max_length=32, dropout=0.0, n_embd=256,...
I tried using: ip = (img_height, img_width, 3) model = Sequential() model.add(augmented_conv2d(ip, 8) model.add(Activation('relu')) model.add(MaxPooling2D(pool_size=(2, 2))) and I get error on model syntax in line with Activation('relu').