Freddy Snijder

Results 6 issues of Freddy Snijder

Hello, I'm interested in using crossroads.js, but unfortunately I can't use it as is, because crossroads seems to throw away the names of the URL parameters. This, IMHO is a...

Hi @kuza55, This update to Keras 2.x works for me. Could you check the code? If you like it, you can merge it in. Cheers, Freddy

### Feature request Activation checkpointing is implemented for the PyTorch GPT2 model (and different head variants), however, this is not the case for the Tensorflow implementation of GPT2, ### Motivation...

Hello, I'm trying to train a sequence to sequence model based on RNNs. When not using FP16 training (`fp16.enabled = false`) training works; my loss decreases. However, when training FP16...

Hi, This is not an issue but a question about a detail in the RETRO paper. I'm currently looking in to the paper and would like to better understand how...

Hello, Node exits with a segmentation fault (11) when I evaluate the following: ``` var julia = require('node-julia'); julia.eval('push!(LOAD_PATH, "")') julia.import("MyModule") ``` The segmentation fault does not occur at `push!(LOAD_PATH,...