Louis Kirsch

Results 9 comments of Louis Kirsch

In the code here we have just z-normalization for the inputs, no virtual batch norm. Also no hyperparameters for Atari. OpenAI, please be more reproducible! :-)

This is currently not supported. Because the training times are rather short, I am doubtful that this is a very important feature. But you may explore how this could be...

Have you trained your model using mfccs?

Hi Zhuliwen, can you have a look at the ray logs in `/tmp/ray`? Also have a look at #2, perhaps you are using the wrong versions of the libraries.

Seems like an OpenBLAS issue to me ``` OpenBLAS blas_thread_init: pthread_create failed for thread 41 of 56: Resource temporarily unavailable OpenBLAS blas_thread_init: RLIMIT_NPROC 515042 current, 515042 max ``` Perhaps this...

Hi Jiachen, thank you for your kind words. Apologies for the kind of outdated software stack (tensorflow 1.x aged quickly). Can you try running these commands in order? ``` git...

Hi Lucifer, have you compiled the plasma op first? Please also see my response in #2 for more help.

Perhaps the best solution would be to cache jitted executables to disk, eg using a python decorator that loads the executable if the signature and function name matches.

I have hundreds of thousands of files from both runs and artifacts to download and the API is by far too slow. I tried to parallelize it with threading but...