-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
** Environment **
- OS: Ubuntu 22.04 LTS
- GPU:
*-display
description: VGA compatible controller
product: GP102 [GeForce GTX 1080 Ti]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:58 memory:fa000000-faffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:c0000-dffff
*-graphics
product: EFI VGA
physical id: 2
logical name: /dev/fb0
capabilities: fb
configuration: depth=32 resolution=1024,768
- Cuda: 11.7
- Composer: 0.8.2
loss
should specify micro_batch instead of batch- Cannot log multiple losses, allow me to return dictionary of losses
- Cannot log things at batch level (not micro-batch level) inside of
loss
method - (Bug)
grad_accum
fails with CUDA OOM even thoughbatch_size=1
w/ nograd_accum
works - (Bug) Nothing is printed indicated that composer is restarting the forward method when
grad_accum="auto"
is set toTrue
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working