-
When I put this standard instruction for a simple test I have this error:
(simswap) PS C:\simswap> python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/…
-
I think the optimizers and schedulers could use some extra work.
The main thing I would love, is for optimizers and schedulers to have a `to()` method so we can send their parameters to a certain d…
-
Whole program optimization would be a cool new feature. Is that possible?
At least something like gcc -fwhole-program would be nice to have for unity builds.
-
### Bug description
When resuming training from an end-of-epoch checkpoint, the global_step counter is incremented an additional time before training continues, suggesting that an additional traini…
-
**Describe the bug**
When using a Zarr distributed checkpoint and a distributed optimizer, each rank writes optimizer states according to ShardedTensor's flattened_range. The Zarr strategy uses synch…
-
I'm `from keras import Input` I receive this error: module `'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'`
```
------------------------------------------------…
-
(simswap) C:\Users\foldd\Desktop\SimSwap>python test_video_swapmulti.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path lo.png --video_path pt.mp4…
-
NotImplementedError Traceback (most recent call last)
Cell In[56], line 1
----> 1 trainer = Trainer(
2 model=model,
3 args=args,
4 train_datase…
-
### Bug description
Gradients seem not synchronized with manual optimization and DDPStrategy with `static_graph=True`.
### What version are you seeing the problem on?
v2.0.5
### How to rep…
-
@stenczelt if I understand correctly, the current ORCA calculator is outdated? If so, what's the latest version and would it be possible to merge it into workflow?