I'm trying to load an image from Firebase Storage, put it inside an ImageView and set it to the bottom navigation bar icon, here's my code: DocumentReference df
I wanna use a pretraind classification model for regression. base_model = InceptionV3(weights='imagenet') x = base_model.output x = Dense(1000, activation='rel
Ok, so I am creating a table that is supposed to look like this: I have the table element portion of my HTML code below: <table class="schedule"> &
I'm building an application jetpack compose , after fetch some data from online source , i want to pass an id to as extras to the next screen so that i can call
I have line of code: thread = ThreadModel.objects.filter(user=request.user, receiver=receiver)[0] After ctrl + s, Vscode correcting my line and I got: thread
For Instance I am manufacturing Chair, and 'Wood' is my component, Operations are: Cutting, Drill, and Paint, So I want to assign these 3 operations on single c
Right now when I do this: -moz-box-shadow: 0 0 200px #00C0FF; -webkit-box-shadow: 0 0 200px #00C0FF; box-shadow: 0 0 200px #00C0FF; it gives a box shadow on
trying export security groups but getting this in csv System.Collections.Generic.List`1[Amazon.EC2.Model.GroupIdentifier] any idea why? I think its because it c
I have a model with a field defined like this: mask_label_ts = models.DurationField( default=timedelta ) In one of my query I'd like to multiply it by an i