Franco
Franco
Went through chapter 3 and changed some of the code to make it more "Julian". Most of the changes I made are in the bandits part, but I also made...
# Notebook 3.5-classifying-movie-reviews The code that is supposed to generate the Training and validation loss side by side uses wrong history.history keys: `acc = history.history['acc']` `val_acc = history.history['val_acc']` `loss =...
Couldn't find a `requirements.txt` or `environment.yml`.
This PR continues the work started in [#1040](https://github.com/OpenZeppelin/cairo-contracts/pull/1040) by @swan-of-bodom, implementing the [ERC-6909](https://eips.ethereum.org/EIPS/eip-6909) multi-token standard for Cairo. It rebases that branch on top of the latest `main`, resolves merge conflicts,...