Florian Golemo
Florian Golemo
Hey folks, Thanks a lot for this implementation @karpathy! I was wondering how you got the values in the addition example: ``` warmup_tokens=1024, final_tokens=50 * len(train_dataset) * (ndigit + 1),...
Dear Brax team, Since Brax is fully differentiable, I thought it'd be possible to use it like DiffTaichi or GradSim for system identification (e.g. determining the mass of an object...
Only by adding the bullet library I was able to complete compilation on Linux (Linux Mint 17.2). This solves issue 1801: cocos2d/cocos2d-js#1801
Hi all, I am running a fresh installation of Linux Mint (17.2) and I can't compile even a fresh template cocos2d-js project anymore for linux. Whenever I run `cocos run...
Hey I'm using the Poppy remotely and randomly every once in a while I get this error (but nothing bad seems to happen otherwise): ``` bash poppy@flogo4:~/ $ poppy-services --remote...
Heyhey folks, I have 2 Picos, where one (master) has to send data to the other (slave) over SPI. There is no back-talk, i.e. the setup only uses the MOSI...
Github's new official policy is to recommend not using the name `master` branch anymore and instead suggests `main` to not evoke master/slave colonial associations: https://github.com/github/renaming
When running the IPython notebook example, I get the following error: ``` AttributeError Traceback (most recent call last) in () 1 model.fit(X_train, Y_train, batch_size=batch_size, nb_epoch=nb_epoch, 2 show_accuracy=True, verbose=1, validation_data=(X_test, Y_test),...
Hey Fabien, Cool library but couldn't you use Weights&Biases for the same purpose? I'm not sponsored by them or anything, but I have a lot of successful projects that use...