kalpa277

Results 5 comments of kalpa277

@zhnglicho How I will train the model so that it should be done around 30 seconds. I am using GPU but it takes around 2-4 mins to train whereas in...

sure @losterloh . I am having current 500 lines of training code.My GPU server ``` **Standard NV4as v4 (4 vcpus, 14 GiB memory) - this is GPU supported VM type,...

model_file=model_file_name.tar.gz rasa_server_url='http://localhost:5005/model' headers = {'Content-Type': 'application/json'} data = { "model_file":'{}'.format(model_file) } request = requests.put(rasa_server_url, headers=headers, data=json.dumps(data), verify=False) print(request.status_code) If you want PUT request(https://rasa.com/docs/rasa/pages/http-api#operation/replaceModel) #Note-don't try in postman try in python

Yes I have downloaded the data.I am not aware about how to put it can you share some blog or tutorial that will help me to figure it out how...

I got it it is only providing headless mode to verify all the remote server.