alemelis

Results 21 issues of alemelis

Hi there, I notice that in the documentation there's a description for the [MultinomialLogisticLossLayer](http://mochajl.readthedocs.io/en/latest/user-guide/layers/loss-layer.html?highlight=multiclass#MultinomialLogisticLossLayer) which can be used for multi-class networks. Is there any additional resource on how to set...

[removed] (I was asking how to add a chess implementation, then I found the [guidelines](https://jonathan-laurent.github.io/AlphaZero.jl/dev/contributing/add_game/) about adding a new game)

As in the title. I added the possibility of using mouse wheel to skim through the labels without the need of dragging the slider. I also mapped keys `a` and...

Hello, I'm trying to run the MOT challenge script on a custom dataset. I think I've got the folder structure right (including all the .ini files) and my gt files...

Hello! Is there any way to use custom yolov7-tiny models trained with the official PyTorch repo? I imagine I need to translate from .pt to .weights format, any hint on...

question

Using the `Dockerfile` in `scripts` folder I managed to start `train1.py` ``` [1010 11:14:00 @base.py:158] Setup callbacks graph ... [1010 11:14:00 @summary.py:34] Maintain moving average summary of 0 tensors. [1010...

Hello there 👋 is there a plan to release tfpose code as mentioned in the paper? many thanks!

Hello, getting the following error when trying to run the example from the readme ``` $ python3.9 download.py --subreddit pics --sort_by top --sort_time all --max_post_downloads 40 --download_dir ./images Downloading 40...

fixed the issue with binary matrices (only 0s and 1s) by adding the check to `hi` and `lo` explanation: when the `.csv` contains a binary matrix as this one ```...

add RPi.GPIO module to prevent ``` Traceback (most recent call last): File "control.py", line 9, in import RPi.GPIO as GPIO # pylint: disable=F0401 ModuleNotFoundError: No module named 'RPi' ``` (at...