Gustav Svensk

Results 6 comments of Gustav Svensk

Hello, Download the data from the competition you want to replicate results from and place it in data/raw. In the root directory you can find the code for the WTF...

The problem goes away if you run the model on a GPU. I was unable to force the indicies to go >= 0 and unfortunately the problem exists for the...

https://www.kaggle.com/c/web-traffic-time-series-forecasting/data describes how the data was released in two batches. My guess is that train_final is simply the second batch.

Debian or alpine images are needed to get a shell. https://github.com/hadolint/hadolint/issues/611 Change the tag to get the correct image. ``` lint: runs-on: ubuntu-latest container: hadolint/hadolint:latest-debian steps: - uses: actions/checkout@v2 -...

Seems to be due to the release of `v2.3.5`, even `v2.3.4` works fine.

DL3018 links to the docker best practice page in the rationale, but actually the best practice page suggests that cache busting can be achieved with or without version pinning. https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run...