Questions tagged [layer]

This tag is ambiguous. Consider using more specific tags to better reflect the question's content.

This tag is ambiguous. Consider using more specific tags to better reflect the question's content.

If the question relates to Geographic Information Systems, consider whether the question is better suited to the GIS Stack Exchange.

2129 questions
0
votes
1 answer

Error when adding Flatten layer to Sequential model

I have created, and trained, an autoencoder using Keras. After train this model I want to get only the encoder part, so i did some pop(). Later I created the Sequential() model, based on the remaining layers of my autoencoder model: model_seq =…
Helder
  • 482
  • 5
  • 18
0
votes
1 answer

Issue when integrating different bsp-layers on a single bblayers.conf

I am trying to integrate several BSP-layers for different platforms on a single Yocto repository to build a Linux Yocto-based distro for all those platforms easily. The idea is maintaining a single bblayers.conf with all the layers available, set…
aicastell
  • 2,182
  • 2
  • 21
  • 33
0
votes
1 answer

layer popup with jQuery

I don't know what the name of the function is, but you can see it on http://twitter.com/ when you click on the link login in the top right. Then a layer appears where you can type your username and password. So I need an tutorial for creating this…
Nik
  • 1
  • 1
  • 1
0
votes
1 answer

Combining TextViews + Image to make a full Image/file

I have been asked to design an app that allows the user to take an image. At the top of the image there should be data such as imageNo and workOrder. At the minute, I have two TextViews at the top of my activity, an ImageView below and then a green…
0
votes
2 answers

If game is closed, open pauseLayer (cocos2d iPhone development)

How do I incorporate into my AppDelegate that if a user is on a Level and exits the game (pressed home button), then the next time it's opened (multitasking) it will open the pauseLayer? I don't want the game to immediately start after they have…
Joethemonkey101
  • 149
  • 2
  • 18
0
votes
0 answers

Why we applied pipe and filter instead of layered architecture in compiler?

Why we applied pipe and filter instead of layered architecture in compiler?
Qainat
  • 39
  • 1
  • 1
  • 2
0
votes
1 answer

Drawing player in-between Tiled .json parsed Layers

Hello world for the first time famed stack overflow! I am parsing a Tiled-made .json map(just a test) from Reading JSON Tiled map editor file and displaying to canvas I don't fully understand the renderLayer function, and if advisable will open a…
Ty M
  • 3
  • 3
0
votes
0 answers

Tensorflow: Predicting data labels from trained dense layer

I have trained a simple feed forward neural network using tf.layers.dense However, after training the layers using the optimise and train, I do not know how to use the trained layers to predict the labels for new data that I would like to evaluate.I…
Lim Kaizhuo
  • 714
  • 3
  • 7
  • 16
0
votes
0 answers

What is a good practice for an additional layer for mongoDB requests

What are good practices to have the mongoose request in an other layer as in the controller? My idea is to have the db request in an other layer as the controller,like in /mongodb/gatewaycontrollers. So that different controllers can access the same…
0
votes
1 answer

(iphone) i'm getting black rectangle behind image, why?

I have UIImageView subclass instance which has multiple image sublayers. I want to add/remove shadow dynamically to this view. The following code works fine(imageView subclass's implementation) for a imageView with one sublayer, but shows black…
eugene
  • 39,839
  • 68
  • 255
  • 489
0
votes
0 answers

Image layers sandwiched together

What's the best way to draw multiple image layers on-top of each other? Also, possibly have the ability to draw a grid on-top and manually draw a selection box with the mouse, like gets drawn on the Windows desktop when you want to select multiple…
tobeypeters
  • 464
  • 3
  • 11
0
votes
1 answer

change output layer of tensorflow during learning

I have an autoencoder using tensorflow. my code is attached here: import numpy as np import tensorflow as tf import matplotlib.pyplot as plt from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets('MNIST_data',…
maedeh
  • 105
  • 2
  • 10
0
votes
1 answer

convert keras.engine.Layer to tensorflow

Hi everyone i want to convert custom layer written with keras to tensorflow. I know how i can write custom layer keras, this is keras site's example: from keras import backend as K from keras.engine.topology import Layer import numpy as np class…
Pas Aur
  • 13
  • 5
0
votes
1 answer

how can I edit the webworldwind layer?

I am using the webworldwind to display my vector layers that published by the geoserver, how can I set them active to edit? For example, i can delete a point from my point vector layer? Every response id appreciate!!
Willson
  • 11
  • 4
0
votes
3 answers

.net: Exception handling while having 3 layer (Presentation , Business, Data Access)?

suppose that we are in business layer. There is a class called Order. Order is responsible for doings processes for a master table in sql server (Orders). This class has a method called Insert. Ok, so we have Business logic layer: Public Class…
odiseh
  • 25,407
  • 33
  • 108
  • 151
1 2 3
99
100