Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gost Project #1

Open
wants to merge 1,095 commits into
base: master
Choose a base branch
from
Open

Gost Project #1

wants to merge 1,095 commits into from

Conversation

Andrew-B3901
Copy link

Description

📝 Please include a summary of the change.

  • Please also include relevant motivation and context.
  • List any dependencies that are required for this change.

Type of change

For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.

Note: Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation update
  • TensorFlow 2 migration
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • A new research paper code implementation
  • Other (Specify)

Tests

📝 Please describe the tests that you ran to verify your changes.

  • Provide instructions so we can reproduce.
  • Please also list any relevant details for your test configuration.

Test Configuration:

Checklist

tensorflower-gardener and others added 30 commits June 18, 2021 08:29
PiperOrigin-RevId: 380190962
PiperOrigin-RevId: 380237223
PiperOrigin-RevId: 380243629
PiperOrigin-RevId: 380296477
PiperOrigin-RevId: 380470496
PiperOrigin-RevId: 380650647
PiperOrigin-RevId: 380687139
Some parts of the forward pass would previously overflow in float16. Such parts are now done in float32.

PiperOrigin-RevId: 380857663
PiperOrigin-RevId: 380858205
…subject to change in the near future.

PiperOrigin-RevId: 380907598
Before, it returned None. But almost every use of get_distribution_strategy() assumes an actual strategy is returned and crashes when None is returned. Returning the default strategy fixes these issues and is equivalent to using no strategy, as the default strategy is always in effect when no other strategy is used.

PiperOrigin-RevId: 380951055
In nlp/train.py and vision/beta/train.py, certain flags are marked as required. Additionally, in certain functions, error messages are improved if a necessary flag is not specified, which is a fallback in case a file calling define_flags() does not mark the necessary flags are required. Previously if any of these flags were not specified, it would crash with a cryptic error message, making it hard to tell what went wrong.

In a subsequent change, I will mark flags as required in more files which call define_flags().

PiperOrigin-RevId: 381066985
PiperOrigin-RevId: 381089283
PiperOrigin-RevId: 381152422
PiperOrigin-RevId: 381302776
PiperOrigin-RevId: 381320453
…puts to floats, and normalize output box coordinates.

PiperOrigin-RevId: 381334851
…ig`, to allow combining multiple datasets using a user defined combine_fn.

PiperOrigin-RevId: 381363688
PiperOrigin-RevId: 381367878
…how how an e2e training works.

PiperOrigin-RevId: 381368435
PiperOrigin-RevId: 381396116
PiperOrigin-RevId: 381516130
PiperOrigin-RevId: 381540013
PiperOrigin-RevId: 382051212
PiperOrigin-RevId: 382240268
PiperOrigin-RevId: 382382393
PiperOrigin-RevId: 382396878
tensorflower-gardener and others added 6 commits October 8, 2021 17:44
PiperOrigin-RevId: 401839863
PiperOrigin-RevId: 401894268
PiperOrigin-RevId: 401911051
PiperOrigin-RevId: 401913091
PiperOrigin-RevId: 402314322
@Andrew-B3901
Copy link
Author

Use property value shorthand. eslint: object-shorthand


Sema Reaction: 🛠️ This code needs a fix | Sema Tags: Reusable

@Andrew-B3901
Copy link
Author

You should iterate sequentially on a focused chunk of work at a time.


Sema Reaction: 🛠️ This code needs a fix

@mattvanitallie
Copy link

yo deepak

@AndriyVivcharSema
Copy link

dffew
here you used locator with ID "activeSwitch-61771ff18ec2c7001d9f2df8"
I suggest to use sequence in [n] for such elements and firstly activate some collection,
//div[contains(@Class,'is-clickable')][1]//input[not(@checked)] <- like here
this is xpath to first inactive collection

AND we need to save selected collection name to some variable and then check if this collection become active.
in other case we check nothing here.


Sema Reaction: ❓ I have a question

@Jubrillionaire
Copy link

looks good!

__
sema-logo  Summary: 👌 This code looks good

@AkrhipovDenis
Copy link

Preved

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test approval

__
sema-logo  Summary: ❓ I have a question

@SemaQATester1
Copy link

hey hey heeey

__
sema-logo  Summary: 🏆 This code is awesome  |  Tags: Readable, Secure, Maintainable

@ghost
Copy link

ghost commented Apr 25, 2022

test comment 4/25

__
sema-logo  Summary: 🏆 This code is awesome  |  Tags: Readable, Secure

@ghost
Copy link

ghost commented Apr 25, 2022

It's obvious that if you make an iOS application in 2022, you need to make sure that it runs smoothly on iOS 14 released in December 2020. It's worth noting that iPhones since 6S to 12 Pro are compatible with the latest release of iOS.

However, if you want your iOS app to be available for a broader range of users, you might consider the backward compatibility. Backward compatibility means your application would run as well on older versions of iOS and older iPhones or iPads.

Depending on your app's advancement and use of the most recent iOS features, achieving backward compatibility may be difficult. The latest changes and features include (among others):
New Dark Mode — you don't want your app to be the only bright one at night;
Apple ID logging in — it's a must-have as it makes life simpler;
Augmented reality — we (users) will want it more and more;
Voice commands — a great thing in the context of accessibility.

That's the moment when you need to decide if and how far backward you want to go. How much time and money you're willing to spend and how many users it will give you?

📄 Ideamotive

__
sema-logo  Summary: 🛠️ This code needs a fix

@ghost
Copy link

ghost commented Apr 25, 2022

You should have decent documentation covering all elements of the system. A description of the desired project outcome will help you keep on track. Documentation of code will later be an incredible source of ...

📄 Ideamotive

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Not reusable, Brittle

Copy link

@mattvanitallie-sema mattvanitallie-sema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stefan and Nikola are awesome

__
sema-logo  Summary: 🏆 This code is awesome  |  Tags: Efficient

@Rusau
Copy link

Rusau commented Jun 28, 2022

test

__
sema-logo  Tags: Efficient

@SemaQAAutomationAdmin
Copy link

new tests
This code is in keeping with our value of growth: you figured out something new, or you asked for help, or you raised a concern. Specifically ...

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Efficient, Not reusable, Brittle

@SemaQAAutomationAdmin
Copy link

blablabla
test test test

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Inefficient, Fault-tolerant, Not maintainable

@SemaQAAutomationAdmin
Copy link

find new awesome
If you're new to PHP, then it's time to get acquainted with the awesomeness that is the PHP manual. The PHP manual is incredibly thorough and has truly helpful comments following each article. Before asking questions or trying to figure out an issue on your own, save some time and just head straight to the manual. Odds are the answer to your question is already nestled in a helpful article at the PHP.net site.


Sema Reaction: 👌 This code looks good | Sema Tags: Readable, Secure, Efficient

@yanakovrygina
Copy link

find new awesome If you're new to PHP, then it's time to get acquainted with the awesomeness that is the PHP manual. The PHP manual is incredibly thorough and has truly helpful comments following each article. Before asking questions or trying to figure out an issue on your own, save some time and just head straight to the manual. Odds are the answer to your question is already nestled in a helpful article at the PHP.net site.

Sema Reaction: 👌 This code looks good | Sema Tags: Readable, Secure, Efficient

add repo to QA env

@emeraldid123
Copy link

You should iterate sequentially on a focused chunk of work at a time.

Sema Reaction: 🛠️ This code needs a fix

123

@emeraldid123
Copy link

find new awesome If you're new to PHP, then it's time to get acquainted with the awesomeness that is the PHP manual. The PHP manual is incredibly thorough and has truly helpful comments following each article. Before asking questions or trying to figure out an issue on your own, save some time and just head straight to the manual. Odds are the answer to your question is already nestled in a helpful article at the PHP.net site.

Sema Reaction: 👌 This code looks good | Sema Tags: Readable, Secure, Efficient

123123123123

@emeraldid123
Copy link

test

__ sema-logo sema-logo  Tags: Efficient

12321313123123

@emeraldid123
Copy link

hey hey heeey

__ sema-logo  Summary: 🏆 This code is awesome  |  Tags: Readable, Secure, Maintainable

123123123

@SemaSoftware
Copy link

looks good

@SemaAutomationQA
Copy link

no snippets to search

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Readable, Not secure, Efficient, Not reusable, Fault-tolerant

@SemaAutomationQA
Copy link

test test test

__
sema-logo  Summary: 🛠️ This code needs a fix  |  Tags: Unreadable, Secure, Efficient, Reusable, Brittle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.