Tasos Vafeiadis
Tasos Vafeiadis
Hello Odyssea, I am trying to replicate the results based on the Kelly et al. paper. Using your code I changed the train building to the following: ``` train.set_window(start="13-4-2013", end="1-1-2014")...
Hello, I cloned the repository from github and I run the code as python3 task4_crnn.py. The script gets stuck after running for a while at 45% for more than 7...
Hello Ruizhe. Thank you for sharing the entire code! I am trying to fine tune the saved ckpt on a custom dataset and I was wondering if you could give...
Hello, Thank you for translating the PyTorch script to TensorFlow :) I have a question about the input shape that we can feed to the ConformerBlock. The block, currently, can...
First of all congrats on the paper and thank you for making your code public! I would like to retrain the network on a custom dataset with a custom dataloader....
**Bug Description** When applying structured pruning with sparsity_m_by_n parameter to a model containing multiple Conv2D layers, the first Conv2D layer consistently fails to be pruned while identical subsequent Conv2D layers...