derSoerrn95
derSoerrn95
Hi, I’ve got a question: is it possible to train the current Tensorflow Model with my own images and tags? Is there a command to start training? The current model...
**Issue type:** [ ] question [x] bug report [ ] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [x] `mysql` /...
#### Describe the bug Hi, I found following error: If I'm setting the host-header in the AxiosRequestConfig axios is going to overwrite the header key for host with its own...
Hi, I found the HTTP-Statuscodedescription: ``` UNKNOWN: 0, OK: 200, NO_CONTENT: 204, BAD_REQUEST: 400, UNAUTHORIZED: 401, FORBIDDEN: 403, NOT_FOUND: 404, CONFLICT: 409, UNSUPPORTED_TYPE: 415, RATE_LIMIT: 429, FUN_CAPTCHA_REQUIRED: 458, CAPTCHA_REQUIRED: 459,...
- Added some more files to .gitignore - added a function to return usermassinfo (cause in this data u can see daily gifts)
I've got a problem with the bid-function. I'm sending something like that (coins:350, tradeId:173812678300) to my server which calls your bid-function ``` `var tradeId = req.body.tradeId; var coins = Number(req.body.coins);...
Hi, how can I save the login-details, that I don´t need to login every time i'll restart the server? I'm using these options: `var options = { saveCookie: true, saveCookiePath:...