Tarida George Cristian
Tarida George Cristian
I'm trying to build flashlight from sources on a PC with Debian 10. I've basically took all the steps from the Dockerfile-CUDA and Dockerfile-CUDA-Base. The `cmake` runs ok but when...
Given that I'm using for training 5 GPUs GeForce GTX 1080 Ti with 10.917GB memory each, how can I calculate the max_tokens so that no memory error occurs?
I was wondering why in the finetune.py file you've set update_freq to be 24/NUM_GPU. ``` cmd.append("+optimization.update_freq='[" + str(int(24/NUM_GPU)) + "]'") ``` In the wav2vec Readme https://github.com/pytorch/fairseq/blob/master/examples/wav2vec/README.md they say that the...
I want to know what is the expected behavior when an error is thrown from the pre-finish hook. Should the error propagate to the client or not? I was thinking...
Is it possible to set the initial zoom value? From what I can see it seems that the initial zoom value is equal to the first value from the zoomLevels...
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in X:\Tools\wamp\www\travian\install\include\constant.php on line 5 Can someone upload the database file that is generated by the installer and upload somewhere...
This PR adds the following things: 1. Add the Authorization Header to the gRPC OutgoingContext in order to make use of it directly from the gRPC headers. 2. adds mTLS...
I have an angular app which has an upload file feature. On the frontend side I'm using tus-js-client, the tusd server is v2.4.0 and the hook is grpc. From the...