You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For browser-related issues, please additionally specify:
Browser type and version Chrom 90.0.4430.93 (Official Build) (64-bit)
Screenshot, if it’s a visual issue:
Issue description
This issue happens with 2.4.1, 2.5.0 and also the nightly builds. I am not able to capture the profile from Tensorboard.
I have attached my screen capture below
This is the error log from chrome console
core.js:4442 ERROR Error: It looks like your application or one of its dependencies is using i18n.
Angular 9 introduced a global `$localize()` function that needs to be loaded.
Please run `ng add @angular/localize` from the Angular CLI.
(For non-CLI projects, add `import '@angular/localize/init';` to your `polyfills.ts` file.
For server-side rendering applications add the import to your `main.server.ts` file.)
at _global$1.$localize (core.js:31865)
at consts (capture_profile_dialog.mjs:67)
at createTView (core.js:7600)
at getOrCreateTComponentView (core.js:7575)
at createRootComponentView (core.js:13525)
at ComponentFactory$1.create (core.js:24067)
at ViewContainerRef.createComponent (core.js:10205)
at CdkPortalOutlet.attachComponentPortal (portal.js:515)
at MatDialogContainer.attachComponentPortal (dialog.js:169)
at MatDialog._attachDialogContent (dialog.js:728)
defaultErrorLogger @ core.js:4442
handleError @ core.js:4490
handleError @ core.js:8829
executeListenerWithErrorHandling @ core.js:15282
wrapListenerIn_markDirtyAndPreventDefault @ core.js:15314
(anonymous) @ platform-browser.js:582
ZoneDelegate.invokeTask @ zone.js:421
onInvokeTask @ core.js:27546
ZoneDelegate.invokeTask @ zone.js:420
Zone.runTask @ zone.js:188
ZoneTask.invokeTask @ zone.js:503
invokeTask @ zone.js:1671
globalZoneAwareCallback @ zone.js:1697
core.js:4442 ERROR TypeError: Cannot read property 'focusInitialElementWhenReady' of undefined
at MatDialogContainer._trapFocus (dialog.js:196)
at MatDialogContainer._onAnimationDone (dialog.js:301)
at MatDialogContainer_animation_dialogContainer_done_HostBindingHandler (dialog.js:328)
at executeListenerWithErrorHandling (core.js:15279)
at wrapListenerIn_markDirtyAndPreventDefault (core.js:15314)
at animations.js:188
at ZoneDelegate.invoke (zone.js:386)
at Object.onInvoke (core.js:27558)
at ZoneDelegate.invoke (zone.js:385)
at Zone.run (zone.js:143)
defaultErrorLogger @ core.js:4442
handleError @ core.js:4490
handleError @ core.js:8829
executeListenerWithErrorHandling @ core.js:15282
wrapListenerIn_markDirtyAndPreventDefault @ core.js:15314
(anonymous) @ animations.js:188
ZoneDelegate.invoke @ zone.js:386
onInvoke @ core.js:27558
ZoneDelegate.invoke @ zone.js:385
Zone.run @ zone.js:143
run @ core.js:27440
scheduleListenerCallback @ animations.js:188
(anonymous) @ animations.js:343
(anonymous) @ browser.js:86
(anonymous) @ browser.js:86
(anonymous) @ browser.js:4464
_onFinish @ browser.js:4464
(anonymous) @ browser.js:4480
ZoneDelegate.invokeTask @ zone.js:421
Zone.runTask @ zone.js:188
ZoneTask.invokeTask @ zone.js:503
invokeTask @ zone.js:1671
globalZoneAwareCallback @ zone.js:1697
The text was updated successfully, but these errors were encountered:
Environment information (required)
Please run
diagnose_tensorboard.py
(link below) in the sameenvironment from which you normally run TensorFlow/TensorBoard, and
paste the output here:
Diagnostics
Diagnostics output
For browser-related issues, please additionally specify:
Issue description
This issue happens with 2.4.1, 2.5.0 and also the nightly builds. I am not able to capture the profile from Tensorboard.
I have attached my screen capture below
This is the error log from chrome console
The text was updated successfully, but these errors were encountered: