Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: NameError: name 'predicted_labels' is not defined
Post: RE: NameError: name 'predicted_labels' is not defi...

One more question... I am trying to download a ready model from here: link but the antivirus prevents me from this action.... What is going on? Is there any alternative link to download it?
hobbyist Data Science 2 800 Dec-08-2023, 02:18 PM
    Thread: NameError: name 'predicted_labels' is not defined
Post: NameError: name 'predicted_labels' is not defined

Hello! I am trying to run the code from this tutorial: link-for-the-code but on this part: val_image_batch, val_label_batch = next(iter(valid_generator)) tf_model_predictions = model.predict(val_im...
hobbyist Data Science 2 800 Dec-07-2023, 05:57 PM
    Thread: ValueError: Unknown label type: 'continuous-multioutput'
Post: RE: ValueError: Unknown label type: 'continuous-mu...

(Sep-13-2023, 03:58 PM)deanhystad Wrote: Did you try the example dataset? No
hobbyist General Coding Help 7 1,297 Sep-13-2023, 05:11 PM
    Thread: ValueError: Unknown label type: 'continuous-multioutput'
Post: RE: ValueError: Unknown label type: 'continuous-mu...

Ok, so it seems that my dataset has the problem... So, what form ("rules") should my dataset follow? In other words, how can I fix it?
hobbyist General Coding Help 7 1,297 Sep-13-2023, 08:10 AM
    Thread: ValueError: Unknown label type: 'continuous-multioutput'
Post: RE: ValueError: Unknown label type: 'continuous-mu...

There is no answer because it is so difficult I assume... **smile**
hobbyist General Coding Help 7 1,297 Sep-12-2023, 05:05 PM
    Thread: ValueError: Unknown label type: 'continuous-multioutput'
Post: ValueError: Unknown label type: 'continuous-multio...

I am running this code: https://github.com/dyt08/diabetes-predic...etes.ipynb on google colab. and on this part: X_SMOTE, y_SMOTE = smote.fit_resample(X_train, y_train)I get this error: Error:Value...
hobbyist General Coding Help 7 1,297 Sep-12-2023, 09:07 AM
    Thread: How to store columns of a .csv in variables (when the .csv has no headers) ?
Post: RE: How to store columns of a .csv in variables (w...

Ok, I have read it! Thank you... I am experimenting now... However, what do I put here: TimeStamp = ??? sensor1_measurements = ??? sensor2_measurements = ???Thanks once again for your time...
hobbyist General Coding Help 6 1,268 Aug-18-2023, 09:41 AM
    Thread: How to store columns of a .csv in variables (when the .csv has no headers) ?
Post: RE: How to store columns of a .csv in variables (w...

So, I cannot achieve what I want, right?
hobbyist General Coding Help 6 1,268 Aug-18-2023, 08:25 AM
    Thread: How to store columns of a .csv in variables (when the .csv has no headers) ?
Post: How to store columns of a .csv in variables (when ...

Hello! I have a .csv file and by using the following code: my_dataset = pandas_package.read_csv("MyMeasurements.csv") my_dataset["date"] = pandas_package.to_datetime(my_dataset["DATE"]) TimeStamp = ...
hobbyist General Coding Help 6 1,268 Aug-17-2023, 08:52 PM
    Thread: Print names in x-axis of a time-series values
Post: RE: Print names in x-axis of a time-series values

Any ideas???
hobbyist General Coding Help 4 1,229 Apr-22-2023, 08:28 PM
    Thread: Print names in x-axis of a time-series values
Post: RE: Print names in x-axis of a time-series values

Thanks for your time!! Ok, please look here: https://stackoverflow.com/questions/3100...xis-points at unutbu's code. I want to put names in x-axis, such as: "day_1", "day_2", "day_3",... instead of ti...
hobbyist General Coding Help 4 1,229 Apr-22-2023, 07:09 PM
    Thread: Print names in x-axis of a time-series values
Post: Print names in x-axis of a time-series values

Hello, I have a .csv that has 2 columns. The first column contains timestamps and the second column CO2 measurements. What I want to do is to plot the data, but on x-axis instead of depicting timestam...
hobbyist General Coding Help 4 1,229 Apr-22-2023, 03:01 PM
    Thread: Working with Machine Learning accelerators
Post: Working with Machine Learning accelerators

Can I run Ubuntu on this: https://tinker-board.asus.com/product/ti...dge-r.html and execute python scripts? Like Machine Learning code? Has anyone use it?
hobbyist Bar 1 1,042 Apr-19-2023, 08:38 PM
    Thread: I get "N/A" labels when implementing object detection
Post: I get "N/A" labels when implementing object detect...

I am following this tutorial: https://tensorflow-object-detection-api-...ining.html And after training I use code for object detection. What I get are rectangles with percentage and labels "n/a". 1) ...
hobbyist Data Science 0 1,008 Aug-17-2022, 12:35 PM
    Thread: od_graph_def.ParseFromString(serialized_graph)
Post: RE: od_graph_def.ParseFromString(serialized_graph)

I have included the code....
hobbyist General Coding Help 3 1,215 Aug-04-2022, 07:25 AM
    Thread: od_graph_def.ParseFromString(serialized_graph)
Post: RE: od_graph_def.ParseFromString(serialized_graph)

Countless yes! I mean this is crazy! With every new update on packages we need to re-invent the wheel in order to make a program work! source: https://stackoverflow.com/questions/4567...to-console ...
hobbyist General Coding Help 3 1,215 Aug-03-2022, 09:21 PM
    Thread: od_graph_def.ParseFromString(serialized_graph)
Post: od_graph_def.ParseFromString(serialized_graph)

I am using this guy's code: https://stackoverflow.com/questions/4567...to-console I get this error: Error:---> 28 od_graph_def.ParseFromString(serialized_graph) DecodeError: Error parsing mess...
hobbyist General Coding Help 3 1,215 Aug-03-2022, 05:39 PM
    Thread: Using .pb saved model for object detection
Post: RE: Using .pb saved model for object detection

Can a moderator move this thread under: " General Coding Help" since it is general python3 problem...?
hobbyist General Coding Help 2 1,182 Aug-03-2022, 05:55 AM
    Thread: Using .pb saved model for object detection
Post: RE: Using .pb saved model for object detection

Someone???
hobbyist General Coding Help 2 1,182 Aug-01-2022, 08:07 PM
    Thread: Using .pb saved model for object detection
Post: Using .pb saved model for object detection

I am using this guy's code: https://tensorflow-object-detection-api-...model.html in order to make object detection using images and a saved .pb model. I cannot post the code from this website because...
hobbyist General Coding Help 2 1,182 Aug-01-2022, 12:03 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020