Nate Codes
Nate Codes
``` Starting the model... Traceback (most recent call last): File "c:\...\conversation.py", line 156, in out = Dense(dictionary_size/2, activation="relu", name='relu activation')(me rge_layer) File "c:\...\venv\lib\site-packages\keras\engine\base_layer.py", line 463, in __call__ self.build(unpack_singleton(input_shapes)) File "c:\...\venv\lib\site-packages\keras\layers\core.py",...
``` 56 57 # encode the init image into latents and scale the latents ---> 58 init_latents = self.vae.encode(init_image.to(self.device)).sample() 59 init_latents = 0.18215 * init_latents 60 AttributeError: 'AutoencoderKLOutput' object has...
https://github.com/karpathy/reinforcejs/blob/08d2030d13b6a64ee4dd4ed75d1cd273a46aa8de/lib/rl.js#L460 On line 460 there is a call to make a new random matrix, and the second argument is `hidden_size` which is only actually defined inside the for loop above...
### Description On Nov 4th, Anthropic dropped a new paradigm... that I think we've all thought of as a valid approach or even tried at one point.... taking advantage of...