Raul Perez-Alejo Neyra
Raul Perez-Alejo Neyra
this one is the modified `webpush.js` i used. In my case i remove all the button code to have a lighter file, hope it helps ``` // Based On https://github.com/chrisdavidmills/push-api-demo/blob/283df97baf49a9e67705ed08354238b83ba7e9d3/main.js...
take a look at TensorBoard to see how was your training, those graphs may give you some clues
Hello, this is my understanding: EPOCH and STEPS_PER_EPOCH: can be found [here](https://keras.io/api/models/model_training_apis/#fit-method) as an input parameter of the `fit` method. BATCH_SIZE: This is calculates this way: BATCH_SIZE =IMAGES_PER_GPU * GPU_COUNT...
any update on this? is there any alternative? any script for example propose?
@rehmatworks i am using an app specific password, with double factor authentication off, using latest version 0.4.3 and i am getting `server says: BadAuthentication`, i or we may be missing...
I am looking into this too :point_up:
Hello I am facing this same problem. Based on previous answers i have adjusted my data split. I have used a 80-20(original split), tried 90-10 and 70-30, but i get...
i am having this same issue. did you solve it with out having to put that method in the app controller? regards
I am having this same issue, currently working on a Rake task to send a DICOM file to a server ruby 2.3.1 rails 5.0.0 ruby-dicom 0.9.8 UPDATE: Including `include DICOM::Logging`...
i am using ubuntu 16.04 ``` /home/raul/.rvm/gems/ruby-2.3.1/gems/dicom-0.9.8/lib/dicom/general/logging.rb:148:in `logger' . . . /home/raul/.rvm/gems/ruby-2.3.1/gems/dicom-0.9.8/lib/dicom/general/logging.rb:148:in `logger' /home/raul/.rvm/gems/ruby-2.3.1/gems/dicom-0.9.8/lib/dicom/general/logging.rb:148:in `logger' /home/raul/.rvm/gems/ruby-2.3.1/gems/actionpack-5.0.1/lib/action_controller/railtie.rb:39:in `block in ' /home/raul/.rvm/gems/ruby-2.3.1/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `instance_exec' /home/raul/.rvm/gems/ruby-2.3.1/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `run' /home/raul/.rvm/gems/ruby-2.3.1/gems/railties-5.0.1/lib/rails/initializable.rb:55:in `block in run_initializers' /home/raul/.rvm/gems/ruby-2.3.1/gems/railties-5.0.1/lib/rails/initializable.rb:44:in `each' /home/raul/.rvm/gems/ruby-2.3.1/gems/railties-5.0.1/lib/rails/initializable.rb:44:in...