Mahdi Amrollahi

Results 12 issues of Mahdi Amrollahi

I was going to test the code, but in the training part it raised an error telling that ``` "Tensor" object does not have backward() ``` so, how can I...

Hello I get this error when I try to run this line: ``` #Converting these to cuda tensors seq, attn_masks, labels = seq.cpu(), attn_masks.cpu(), labels.cpu() #Obtaining the logits from the...

When I tried myself to re-implement the code for matrix count, I noticed that there is slight difference between my ```nll``` loss and the one in notebook. Here is what...

I have just run the colab and install the requirements. How can I resolve this? ```python TypeError Traceback (most recent call last) [](https://localhost:8080/#) in 20 21 # Restore checkpoint. --->...

According to [issue No.23](https://github.com/google-research/pix2seq/issues/23), I had a minor fixes on code. These is also a minor change needs to be applied on last cell in Notebook. I did not put...

When I start to fit the models, I get these errors and then stop the process: ``` [LightGBM] [Info] Number of positive: 94, number of negative: 106 [LightGBM] [Warning] Auto-choosing...

Hi, First of all thanks for your great work. The issue is that the progress bar is not shown on jupyter notebook but there is no problem with python on...

You can also show a dashboard like [here](https://m-amrollahi-mamini-streamlit-app-b51hmx.streamlitapp.com/).

You may want to add these charts to website: https://github.com/M-Amrollahi/MAmini

When I tried to download the audio file of the video on youtube, the audio file is in double size of its real. For example, if the video is in...

bug