Mikolaj Buchwald

Results 13 comments of Mikolaj Buchwald

@mtreinish , thank you for this immediate response! I confirm, with the command: ``` python3 -c "import qiskit; print(qiskit.__qiskit_version__)" ``` I got: ``` {'qiskit-terra': '0.21.1', 'qiskit-aer': '0.10.4', 'qiskit-ignis': None, 'qiskit-ibmq-provider':...

Or, also, the same behaviour is observed (NaNs in the output), if one of the vectors (input) is empty. Which is not the same as some values missing/being NaNs --...

In utils add: ``` heatmap = cv2.applyColorMap(np.uint8(255 * mask.cpu().squeeze()), cv2.COLORMAP_JET) ``` Line 15

I re-created the repository, indent to modify it further: https://github.com/mikbuch/gradcam-pytorch-pet. Thank you Konny for creating this very useful example.

Same here, tried with nii and nii.gz (python 3.11.5)

Hi @jay-m-dev , so the version on the main branch on GitHub is not a stable one -- you are saying, yes? (i.e., a stable release)

Sayak Paul replied to my e-mail: > Sayak Paul > Apr 27, 2023, 4:37 AM (1 day ago) > to me > > Does this one help? > > https://huggingface.co/datasets/sayakpaul/ucf101-subset/resolve/main/UCF101_subset.tar.gz...

I can see now also the subsampling notebook (https://colab.research.google.com/github/sayakpaul/Action-Recognition-in-TensorFlow/blob/main/Data_Preparation_UCF101.ipynb). I should be able to run these examples