Zhenghao Ke
Zhenghao Ke
Same here, training `T2t-vit-t-14` on 3 GPU with `-b64`, and after 80 epochs: top-1 acc = 0.095%, top-5 acc = 0.301% It seems no improvements from epoch 20 (Top1=0.093, Top5=0.3199)...
@necatiarslan > 1.File Filter (to focus only .py or .yaml files) > 2.Exclude Files ( like *.html;gitignore) to completely ignore Filtering is already supported (in settings, or in workspace settings),...
If you are on linux, you can mount the network file system (e.g. through sftp), if you mount the the network file system through GUI, it will be possibly mounted...
Thank you for the update, I have noticed a progress indicator is shown while comparing files (initial comparing, swap sides, refresh). The another thing i notice is that at initial...
Hi @moshfeu, I tried the 0.23.2, here are some feedback: (most of them are irrelevant to this issue) 1. [Logical] When user canceled the folder selection dialog, a comparison is...
``` >>> import platform >>> platform.version() 'Darwin Kernel Version 22.1.0: Thu Oct 6 19:34:09 PDT 2022; root:xnu-8792.42.7~1/RELEASE_ARM64_T8110' >>> platform.iOS_ver() ('iOS', '16.1.1') >>> platform.python_version() '3.10.4' ```
Although `sys.exit` provides a workaround, the `exit` still crashes the app. This is quite unexpected, and may cause losing file or data. (think of you are using PyCharm to debug...
Seems HTML tags not in some predefined whitelist are filtered, and will not present in the DOM (this is fine, since allowing `` tag is generally not a good idea.)...
Thank you for continuous updates to this useful extension (which I heavily relied on), and taking my voice into account. Your effort is always appreciated, and please don't hesitate to...
Follow instructions in `DATASET.md` to find them.