Kadam Parikh
Kadam Parikh
I am actually new to this. But I guess we aren't using IDs as they are autogenerated?
Hi @AliaksandrSiarohin I am reading your paper and trying to understand bits in the code. I am unable to understand how jacobian and is being calculated and used. Can you...
Any updates??
@wzhings @ekkards I am having some problems with this code. When visualizing filters of the VGG16 (which is selected by default in the book), it works fine. The code provides...
@fchollet Can you help please?
@morenoh149 Ohk...
You can just change this code: ``` urlretrieve( remote_file_path, os.path.join(download_dir, local_file_name_tmp) ) ``` as: ``` class DownloadProgressBar(tqdm): def update_to(self, b=1, bsize=1, tsize=None): """ b: int, optional Number of blocks just...
@Susie0731 Are you using colab or local machine? Try this: `pip install -U lz4==1.0.0`
@AjayP13 I have already made a PR here fixing a minor but important bug. Should I do it on GitLab too? I ain't using this project I my daily life....
@AjayP13 I haven't used gitlab much. I saw your repo on gitlab and sent an email for merge request but that was rejected due to some issues. How can I...