action_recognition icon indicating copy to clipboard operation
action_recognition copied to clipboard

Solving UCF-101 with fastai2

Results 6 action_recognition issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Hi @tcapelle Thank you for your great job. Could I ask you a question, please? I try training with 2 class and have an error like that. How can we...

Was attempting to train this in multiple GPUs by changing: ``` device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model = SimpleModel(num_classes=dls.c, seq_len=seq_len) model= nn.DataParallel(model) model.to(device) ``` Which returns a 'DataParallel'...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.4 to 6.0.6.1. Release notes Sourced from activesupport's releases. v6.0.6.1 Active Support No changes. Active Model No changes. Active Record Make sanitize_as_sql_comment more strict Though this method...

dependencies