I am trying to use Keras for an attention mechanism in a machine translation using an LSTM network. However, I get a TypeError exception when in my code. TypeEr
I'm new to Vue. While making this component I got stuck here. I'm making an AJAX request to an API that returns an array using this code: <script> import
I have get two image view . If I click first image view and pick image from the gallery or camera then selected image is set both image view ...but my need is t
I running server localhost and get error bundle.js:1 Uncaught SyntaxError: Unexpected token < In output bundle.js is html code of index.html file. This is s
I am trying to set weekly monday reminder in calendar at 9 a.m. Following is the code final int[] preTimings = {9, 12, 18}; Calendar calendar = Calendar.getIns
I want to download an Excel file from a MySQL database query. This is the code I am using; <?php include '../database.php'; ?> <!doctype html> <h
I want to remove subcategory from category url, like http://localhost.com/cat-1/cat-2/ => http://localhost.com/cat-2/ can any one help? FYI : i am working o