Jatapiaro
Jatapiaro
Solved, just put your map inside a div. ``` ``` Then add the following .css ``` #map-container { padding: 6px; border-width: 1px; border-style: solid; border-color: #ccc #ccc #999 #ccc; -webkit-box-shadow:...
I found a solution for it. You should check my code https://github.com/Jatapiaro/TwinkerBot_Revival Twitter traning starts the bot training, that's where I got the error. Copy paste my seq2seq_wrapper code, use...
@dexterchan Are you shure that you're using Tensorflow 1.0.0 and python3? You can check your tensorflow version using the command below: python3 -c "import tensorflow as tf; print(tf.__version__)"
@dexterchan You're welcome :) And please be careful with this https://github.com/suriyadeepan/practical_seq2seq/issues/2 I recommend you to left your training running as most as you can, I've lost one day trying to...
Did you find a solution?
@suriyadeepan Same issue, I have tried everything, but it simple starts from scratch. @kenyeung128 did you find a solution? https://github.com/suriyadeepan/practical_seq2seq/issues/2 Doesn't work
How do you do this using typescript?
I used this for typescript and works fine `showPinDialog(){ return this.pinDialog.prompt('Enter your PIN', 'Verify PIN', ['OK', 'Cancel']) .then( (result: any) => { if (result.buttonIndex == 1){ if(this.validationService.validPinCode(result.input1)){ this.toTabs(); }else{ this.showPinDialog();...