Romilly Cocking

Results 3 issues of Romilly Cocking

Do you have any plans to provide a reference implementation of a multi-layer Dense Associated Memory as described in your paper 'Hierarchical Associative Memory'? It would be of great value...

When I run `train.py`, I get the following error: ``` File "/home/romilly/git/external/VardaGPT/src/models/gpt2_associative.py", line 81, in forward batch_size, seq_len, _ = input_vectors.shape ValueError: not enough values to unpack (expected 3, got...

OpenAI V 1.6 required `logprobs=None` in the Choice constructor, but 1.7 removed that requirement and app_test,py then works unchanged. Setting `openai>=1.7` in `requirements.txt` fixes the issue.