Luis Le

Results 37 comments of Luis Le

here, you have a good example of preditions with _eager_few_shot_od_training_tf2_colab.ipynb_ **multiclasses** Allomyrina vs Lucanidae object box detection `label_map= { 0: "Allomyrina dichotomus" 1: "Lucanidae"}` **Full example:** [MultiClasses in eager_few_shot_od_training_tf2_colab.zip](https://github.com/tensorflow/models/files/10921836/MultiClasses.in.eager_few_shot_od_training_tf2_colab.zip) It...

**We are looking for multiclass detection with starting with:** https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tflite.ipynb And I find **3 differents ways** to see the for loop` for (train_image_np, gt_box_np, c) in zip(train_images_np, gt_boxes, classes):` @Leci37...

If tou want, Please read the readme , and in case of any problem you can contact me , If you are convinced try to install it with the documentation....

Please read the readme , and in case of any problem you can contact me , If you are convinced try to install it with the documentation. https://github.com/Leci37/LecTrade/tree/develop

A very common mistake people make when they write to me is not understanding that the tutorial code has 96% of all the knowledge of the project. Please, assemble and...

looks easy to fix they are change the way to requests https://www.alphavantage.co/documentation/#intraday Old system (recenly in the code 08-2023 ) https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY_EXTENDED&symbol=UBER&interval=15min&slice=year2month12&apikey=FXZ0 New system (have to be uptaded I dont have...

``` when I print the clumn names: its showing like this : [' "1. Information": "Intraday (15min) open', ' high', ' low', ' close prices and volume"', 'Unnamed: 4'] ```...

If I may, could you make the change? It's easy, 1º change the type of query , (explained in previous answers ) 2º process and modify the data for a...

solved in the last version of https://github.com/Leci37/stocks-prediction-Machine-learning-RealTime-TensorFlow/blob/master/0_API_alphavantage_get_old_history.py but is better use alapaca o yahoo to get the full data

You can use alpaca API by https://github.com/Leci37/stocks-prediction-Machine-learning-RealTime-TensorFlow/blob/master/0_API_alpaca_historical.py