Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Shape Transformer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregor Kobsik
Shape Transformer
Commits
34f876c3
Commit
34f876c3
authored
4 years ago
by
Gregor Kobsik
Browse files
Options
Downloads
Patches
Plain Diff
define xs and xxs configurations for shapenet
parent
9f66f9b0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/shapenet_xs.yml
+22
-0
22 additions, 0 deletions
configs/shapenet_xs.yml
configs/shapenet_xxs.yml
+22
-0
22 additions, 0 deletions
configs/shapenet_xxs.yml
with
44 additions
and
0 deletions
configs/shapenet_xs.yml
0 → 100644
+
22
−
0
View file @
34f876c3
name
:
shapenet_xs
dataset
:
shapenet
# training
epochs
:
100
warmup_steps
:
0.1
batch_size
:
1
accumulate_grad_batches
:
1
learning_rate
:
0.0003
# architecture
embed_dim
:
64
num_heads
:
4
num_layers
:
16
num_positions
:
4096
num_vocab
:
3
tree_depth
:
6
spatial_dim
:
3
gpus
:
8
precision
:
16
This diff is collapsed.
Click to expand it.
configs/shapenet_xxs.yml
0 → 100644
+
22
−
0
View file @
34f876c3
name
:
shapenet_xxs
dataset
:
shapenet
# training
epochs
:
30
warmup_steps
:
0.1
batch_size
:
4
accumulate_grad_batches
:
1
learning_rate
:
0.001
# architecture
embed_dim
:
16
num_heads
:
2
num_layers
:
8
num_positions
:
4096
num_vocab
:
3
tree_depth
:
6
spatial_dim
:
3
gpus
:
1
precision
:
16
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment