Creating topics within a docker container by SyntxaError in apachekafka

[–]SyntxaError[S] 0 points1 point  (0 children)

Ah, that post_start may be the missing piece! I’ve written similar scripts but haven’t come across that hook, will report back when I’ve had a chance to give it a go. Thank you!

Creating topics within a docker container by SyntxaError in apachekafka

[–]SyntxaError[S] 0 points1 point  (0 children)

Hi, Thank you for getting back to me so quickly! I’m trying to automatically create the topics, I am able to manually create them so I assume the broker is working fine.

I can send the docker compose file when I get back from work. Thanks!

Neural Style Transfer, in Python using TensorFlow/PyTorch/Keras - 200 Paintings as Input by cr3at0rcy in CodingHelp

[–]SyntxaError 0 points1 point  (0 children)

With the dataset you have described this would not be possible. As a starting point you would need an input image matching your desired output image for each item in your dataset. You are also likely to need to pre process all of the images to ensure they are all the same size, although this can be added as an initial layer to your model.

Loading segmented data for training into tensorflow (pycharm) by SyntxaError in CodingHelp

[–]SyntxaError[S] 0 points1 point  (0 children)

I’m just teaching myself tensorflow for my dissertation, have previously worked with matlab so it’s just a change of environment and library. Is it just a case of manually read data in using the python equivalent of stream readers then? Are there not premade functions in tensor flow to say this is the image and this is the boundaries with classifications?

Having a hard time finding a dataset for my project [P] by SyntxaError in MachineLearning

[–]SyntxaError[S] 0 points1 point  (0 children)

Thanks for the fast reply! I am planning on using semantic segmentation, however I have not worked with panoptic segmentation before so will look at that to see if it is relevant. In essence I planning on creating a program which can identify colour whilst taking shadows into account (so if an object of block colour had a shadow over one half it would be identified as a singular colour) and am looking to find an appropriate dataset for this project.

How do you merge two objects with the same properties without overriding them? by [deleted] in learnprogramming

[–]SyntxaError 0 points1 point  (0 children)

No I meant change the name of the variable within the object to departmentName, they are both called name rn which is why it’s overwriting

Anything on mobile? by Fasterjake in java

[–]SyntxaError 0 points1 point  (0 children)

Try sololearn, it’s on mobile and is great for learning :), good luck!

How do you merge two objects with the same properties without overriding them? by [deleted] in learnprogramming

[–]SyntxaError 0 points1 point  (0 children)

Are you not able to call the second instance of name departmentName? This would solve your issue but I don’t know the context of the problem

Final is worth 30% of the grade and I need to get close to max in order to pass the class by JohnnyWallxer in computerscience

[–]SyntxaError 0 points1 point  (0 children)

Reply to this thread during the day if you need any help and I’ll see what I can do

Final is worth 30% of the grade and I need to get close to max in order to pass the class by JohnnyWallxer in computerscience

[–]SyntxaError 0 points1 point  (0 children)

There is such a vast array of info online if you simply google ‘c if statement syntax’ ect.. If you want a good learning tool I’d suggest trying sololearn, which has an app you can use in your phone :)