nested-transformer VS ImageNetV2

Compare nested-transformer vs ImageNetV2 and see what are their differences.

nested-transformer

Nested Hierarchical Transformer https://arxiv.org/pdf/2105.12723.pdf (by google-research)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nested-transformer ImageNetV2
1 1
190 225
0.0% 0.9%
1.8 2.1
over 2 years ago almost 1 year ago
Jupyter Notebook Jupyter Notebook
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nested-transformer

Posts with mentions or reviews of nested-transformer. We have used some of these posts to build our list of alternatives and similar projects.

ImageNetV2

Posts with mentions or reviews of ImageNetV2. We have used some of these posts to build our list of alternatives and similar projects.
  • Assignment 2 Part C.3 - Which Dataset?
    1 project | /r/CST_DeepNN | 28 Feb 2021
    Part C.3 seems to expect us the use the ImageNet dataset, but ImageNet is not publicly available anymore - it can only be downloaded from here: http://image-net.org/download-images, and you need to sign up for it. What dataset are we expected to use for the question then - would using ImageNetV2 (https://github.com/modestyachts/ImageNetV2) be fine? Would it be okay to split this up into a train set and test set (with the test set having a length of 128 as requested in the question), and use the test set for evaluation and the train set for retraining our modified AlexNet model?